forked from timriley/campfire-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.yml
39 lines (39 loc) · 925 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
33
34
35
36
37
38
39
development:
site: campfire_subdomain_name
use_ssl: true
rooms:
- Main room
- Other room
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
disable_plugins:
- bugzilla
- jira
- infobot
- insult
- signal_filter
- twitter_echo
- basecamp
- unfuddle
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
disable_plugins:
- bugzilla
- jira
- infobot
- insult
- signal_filter
- twitter_echo
- basecamp
- unfuddle