TelegramBot/config_example.json

37 lines
855 B
JSON
Raw Permalink Normal View History

2023-08-27 23:43:16 +03:00
{
"locale": "en",
2023-10-15 23:20:12 +03:00
"debug": false,
2023-08-27 23:43:16 +03:00
"bot": {
"owner": 0,
"api_id": 0,
"api_hash": "",
"bot_token": "",
"max_concurrent_transmissions": 1,
"scoped_commands": true
},
"database": {
"user": null,
"password": null,
"host": "127.0.0.1",
"port": 27017,
2023-11-05 15:20:01 +02:00
"name": "garbage_bot"
},
"database_api": {
"user": null,
"password": null,
"host": "127.0.0.1",
"port": 27017,
"name": "garbage_reminder"
2023-08-27 23:43:16 +03:00
},
2023-08-28 16:41:20 +03:00
"search": {
"radius": 0.1
},
2023-08-27 23:43:16 +03:00
"reports": {
"chat_id": "owner"
},
2023-08-29 17:32:37 +03:00
"disabled_plugins": [],
"strings": {
"url_repo": "https://git.end-play.xyz/GarbageReminder/TelegramBot",
"url_contact": "https://git.end-play.xyz/GarbageReminder/TelegramBot/issues"
}
2023-08-27 23:43:16 +03:00
}