forked from ntkhang03/Goat-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
35 lines (35 loc) · 786 Bytes
/
config.json
File metadata and controls
35 lines (35 loc) · 786 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
33
34
35
{
"email": "",
"password": "",
"adminOnly": false,
"adminBot": [],
"nickNameBot": "",
"prefix": "#",
"database": {
"type": "local",
"uriMongodb": "",
"notes": "type chọn *local* hoặc *mongodb*, nếu chọn mongodb thì điền uri connect mongodb vào phần uriMongodb, còn local sẽ tự lưu file json tại thư mục database"
},
"SERVER_UPTIME": true,
"autoRefreshFbstate": true,
"restartListenMqtt": {
"allow": true,
"timeRestart": 3600000,
"logNoti": true
},
"logEvents": {
"eventAndMessage": true,
"read_receipt": false,
"typ": false,
"presence": false
},
"logsbot": true,
"OptionsApi": {
"forceLogin": true,
"listenEvents": true,
"updatePresence": true,
"listenTyping": true,
"logLevel": "error",
"selfListen": false
}
}