-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
45 lines (45 loc) · 932 Bytes
/
config.json
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
{
"twitch": {
"password": "",
"login": "",
"httpPort": 80,
"ircPort": 433
},
"commands": {
"prefix": "!",
"notify": true,
"vote": {
"name": "vote",
"accessFlag": 3
},
"draw": {
"name": "draw",
"winnerMessage": "Ты победил в розыгрыше!",
"accessFlag": 3
},
"drawstop": {
"name": "drawstop",
"accessFlag": 3
},
"drawstart": {
"name": "drawstart",
"accessFlag": 3
}
},
"ngrok": {
"enable": false,
"proto": "",
"auth": "",
"subdomain": "",
"authtoken": "",
"region": ""
},
"sshForward": {
"enable": false,
"reconnect": 1000
},
"debug": {
"twitch": false,
"fakeUsers": false
}
}