public
Description: Sinatra app that pushes your Github Commit info to Campfire
Homepage:
Clone URL: git://github.com/jnewland/github-campfire.git
commit  7c141a6a2a7868c8c812ddc8332db16c056d4236
tree    7150bc873e8a56050d9bb436c55cad43e461d448
parent  7f70dfb8682abb97183ed8400b75c2c3b142831c
github-campfire / config.yml.example
100644 13 lines (13 sloc) 0.42 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
repo-name:
  subdomain: chattastic
  ssl: true
  username: campfire-user@foo.com
  password: p00p
  room: "My Awesome Room"
  template: "[<%= commit['repo'] %>] <%= commit['message'] %> - <%= commit['author']['name'] %> (<%= commit['url'] %>)"
repo-name-2:
  subdomain: chattastic
  username: campfire-user@foo.com
  password: p00p
  room: "My Awesome Room 2"
  #template: if template is ommitted, a default will be used