-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.example.json
69 lines (69 loc) · 1.3 KB
/
config.example.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"bot": {
"enabled": true,
"token": "",
"ownerIDs": [0],
"roleIDs": {
"modRole": 0,
"supportMuted": 0,
"prdMuted": 0,
"devMuted": 0,
"reactionMuted": 0,
"attachmentMuted": 0
},
"starboard": {
"enabled": true,
"channel": 0,
"ignore": [],
"min": 3
},
"autoPublish": true,
"trollSupportRole": {
"enabled": false,
"id": 0
},
"voiceTextChatLocker": {
"enabled": true,
"voice": 0,
"text": 0
},
"antiNitroScam": true,
"normalizeNicknames": true,
"autoReplyConfig": {
"enabled": true,
"ignoredRoles": [0],
"prd": 0,
"pluginsList": 0,
"newPlugins": 0,
"supportCategory": 0
}
},
"database": {
"addr": "127.0.0.1:5432",
"user": "juby",
"password": "postgres",
"db": "AliucordBackend"
},
"updateTracker": {
"enabled": true,
"cache": "_cache.json",
"ignoreFirstUpdate": true,
"webhook": {
"enabled": true,
"id": 0,
"token": ""
},
"googlePlay": {
"alpha": {
"email": "",
"aasToken": "",
"webhook": true
}
}
},
"maxDownloadVer": 0,
"minDownloadVer": 0,
"apkCacheDir": "work/apk",
"port": "3000",
"origin": "http://localhost:3000"
}