dunbot / config.json
Duongkum999's picture
Update config.json
cbea2fc verified
raw
history blame
1.61 kB
{
"facebookAccountOptions": {
"email": "lab70018@gmail.com",
"password": "Duong2k6@@",
"whiteID": "",
"pageID": "",
"proxy": null,
"cookies": "",
"facebookState": "fbstate.json"
},
"dashboardOptions": {
"port": 25645,
"user": "zpNJSxhCuG@mira.com",
"password": "ZU2pXI93sDCT5mIy",
"resetAccount": false
},
"botOptions": {
"adminOnly": false,
"name": "Mira",
"prefix": ",",
"adminIDs": [
100036947774673,
100035731083424
]
},
"facebookAPIsOptions": {
"autoReconnect": true,
"listenSelf": true,
"listenNotif": true,
"listenEventsSelf": true,
"listenEvents": true,
"forceLogin": true,
"autoRefreshState": true,
"online": true,
"updatePresence": true,
"autoMarkDelivery": true
},
"systemOptions": {
"time_zone": "Asia/Ho_Chi_Minh",
"language": "en-US",
"autoUpdate": {
"enable": true,
"releaseOnly": true
},
"autoRestart": {
"enable": true,
"timeMS": 3600000
},
"autoLoadPlugins": {
"enable": true,
"ignore": []
},
"autoReloadPlugins": {
"enable": true,
"ignore": []
},
"DataBase": {
"type": "sqlite",
"mongoURI": "mongodb+srv://GiaKhang1810:Promaxcapdo123@mira.kcuhmnf.mongodb.net/?retryWrites=true&w=majority&appName=Mira"
}
}
}