backend+ telegram: регистрация переведена на классы

This commit is contained in:
2022-11-18 18:27:53 +03:00
parent 82dfc158e9
commit 210938fd78
10 changed files with 94 additions and 49 deletions

View File

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