-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.json.dist
34 lines (34 loc) · 1.01 KB
/
config.json.dist
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
{
"core": {
"paths" : [ "coreplugins", "plugins" ],
"plugins" : ["plug", "slack", "plugman"]
},
"plug": {
"auth": {
"email": "plug email",
"password": "*****",
"room": "room slug to join"
}
},
"slack": {
"webhookuri": "Your slack webhook url",
"username": "The name you want the relay to talk as",
"channel": "#the channel in slack you want the relay to post to",
"ignoreself": true,
"usertoken": "Your slack user token",
"server": {
"port": 80,
"host": "0.0.0.0"
}
},
"callouts": {
"shoutOutInterval": 60,
"callouts": [
"Welcome to the WritheM Radio Community! We are running \"Wallace\", created by ylt and pironic, which is open source and located at https://github.com/WritheM/Wallace",
"This a second example of a callout that will be posted to your plug community every 60 minutes."
],
"permission": [
"guest"
]
}
}