forked from whitehat101/isis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml.example
52 lines (46 loc) · 1.27 KB
/
config.yml.example
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
40
41
42
43
44
45
46
47
48
49
50
51
52
# config.yml
## SERVICES ##
# Supported values: hipchat, campfire, hipchat-smackr
service: hipchat
## HIPCHAT SETTINGS ##
hipchat:
jid: [email protected]
name: Full Name
password: <password>
history: 3 # num of history fields to request
rooms:
## CAMPFIRE SETTINGS ##
campfire:
subdomain: subdomain # from subdomain.campfirenow.com
# auth_mode: Can use API key or username/password.
# Supported values: api, username
auth_mode: api
api_key: api_key_goes_here # enter if using "api" auth_mode
username: username # enter if using "username" auth_mode
password: password # also enter if using "username" auth_mode
room: room_name # only supports one room for campfire
ssl: true
## BOT SETTINGS ##
# hello/goodbye messages can either be the name of a plugin, or a string
# the plugin must be enabled, and not all plugins support this type of message
bot:
hello: 'Gyula is back on track!'
goodbye: 'Gyula goes to sleep, bye!'
## PLUGIN SETTINGS ##
enabled_plugins:
- HipRepeater
- RandomResponses
- Archer
- Bash
- Futurama
- LikeABoss
- Olaf
- PennyArcade
- QuickMeme
- WalMart
- XKCD
# - EpicFail
# - FML
# - TWSS