-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
32 lines (30 loc) · 706 Bytes
/
config.json
File metadata and controls
32 lines (30 loc) · 706 Bytes
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
{
"Twitch":{
"username":"martinbarkerai",
"oauth":"oauth:kgb7d4ow1rjkiq4jkgt2psmxdrbeu0",
"channelName":"caspersgg",
"commandChar":"!",
"helpCommand":"help",
"connectionTimeout":"10"
},
"WebServer":{
"port":8000,
"directory":"WebServer",
"accessLog":{
"enabled":true,
"archive":false,
"append":true,
"filePath":"access"
},
"errorLog":{
"enabled":true,
"archive":false,
"append":true,
"filePath":"error"
}
},
"Plugins":{
"directory":"Plugins",
"storeDirectory":"Stores"
}
}