forked from timriley/campfire-bot
-
Notifications
You must be signed in to change notification settings - Fork 25
/
config.example.yml
32 lines (32 loc) · 867 Bytes
/
config.example.yml
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
32
development:
site: campfire_subdomain_name
use_ssl: true
rooms:
- Main room
- Other room
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: [email protected]
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/
svn_username: your_svn_username
svn_password: your_svn_password