public
Description: Sinatra app that pushes your Github Commit info to Campfire
Clone URL: git://github.com/jnewland/github-campfire.git
jnewland (author)
Fri Feb 15 19:36:17 -0800 2008
commit  ad6810df73d0ffdf0e66de3f7cc854352561a800
tree    9c7e0960545eb7f1037983e68b555fd95abb5234
github-campfire / config.yml.example
100644 12 lines (12 sloc) 0.408 kb
1
2
3
4
5
6
7
8
9
10
11
12
repo-name:
  subdomain: chattastic
  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