feat(telegram_bot): added boilerplate code

This commit is contained in:
ITQ
2025-02-19 14:38:22 +03:00
parent e91c6bd089
commit 9257726737
5 changed files with 372 additions and 0 deletions
@@ -0,0 +1,6 @@
# Change all vars before going to production and remove all comments (!)
# Below all environment variables and default values
AIOGRAM_BOT_TOKEN=
AIOGRAM_BACKEND_ADDRESS=http://localhost:8080
REDIS_URI=redis://localhost:6379