forked from joshwand/campfire-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yml
More file actions
31 lines (31 loc) · 842 Bytes
/
config.example.yml
File metadata and controls
31 lines (31 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
development:
site: campfire_subdomain_name
use_ssl: true
log_dir: var
rooms:
- Main room
- <%= "Other room" %> # ERB interpolation
api_key: your_api_key
nickname: Bot
fullname: Bot Name
password: not_actually_needed
twitter_feed: 'http://search.twitter.com/search.atom?q=from%3Atimriley+OR+from%3Ahughevans+OR+from%3Aschlick+OR+from%3Aseanodowd'
twitter_hide_replies: false
enable_plugins:
- xkcd
- basecamp
production:
site: campfire_subdomain_name
use_ssl: true
rooms:
- Company Chat
username: foo@bar.com
nickname: Bot Name
password: password
twitter_feed: 'http://search.twitter.com/search.atom?q=from%3Atimriley+OR+from%3Ahughevans+OR+from%3Aschlick+OR+from%3Aseanodowd'
twitter_hide_replies: false
enable_plugins:
- xkcd
- basecamp
svn_urls:
- http://your.svn/url/