telegram: базовая регистрация

This commit is contained in:
2022-11-18 01:07:13 +03:00
parent e6f30ce953
commit a6fba9e3a0
4 changed files with 34 additions and 6 deletions

View File

@@ -1,5 +1,8 @@
{
"main_settings": {
"BOT_TOKEN": "token-from-@BotFather"
"bot_token": "token-from-@BotFather"
},
"backend_settings": {
"base_url": "http://localhost:5000"
}
}