forked from m1raibot/miraiv2
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathconfig.json
36 lines (36 loc) · 1.07 KB
/
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
{
"__comment": "encryptSt to true will enable appstate encryption(This will need a KEY in file .env or Secret key if you are using PaaS like replit). process.env.KEY will bethe password for your encryption appstate so make sure to random it. traceMessage will enable log out message to the console",
"language": "vi",
"keyActive": "",
"DeveloperMode": false,
"autoCreateDB": true,
"allowInbox": true,
"autoClean": false,
"commandDisabled": [],
"eventDisabled": [],
"EMAIL": "",
"PASSWORD": "",
"OTPKEY": "",
"BOTNAME": "",
"PREFIX": "!",
"encryptSt":true,
"traceMessage":false,
"ADMINBOT": [
"USERID1",
"USERID2"
],
"DATABASE": {
"sqlite": {
"storage": "data.sqlite"
}
},
"APPSTATEPATH": "appstate.json",
"FCAOption": {
"userAgent": "Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/35.0",
"forceLogin": true,
"listenEvents": true,
"pauseLog": true,
"logLevel": "error",
"selfListen": false
}
}