feat(telegram_bot): added campaign detail view and deletion

This commit is contained in:
ITQ
2025-02-20 22:13:41 +03:00
parent 8d7ff22d7a
commit 90c6c7c045
4 changed files with 181 additions and 5 deletions
+2
View File
@@ -12,3 +12,5 @@ BOT_TOKEN = os.getenv("AIOGRAM_BOT_TOKEN", None)
API_ENDPOINT = os.getenv("AIOGRAM_BACKEND_URL", "http://localhost:8080")
REDIS_URI = os.getenv("REDIS_URI", "redis://localhost:6379")
MINIO_URL = f"http://{os.getenv('MINIO_ENDPOINT', 'localhost:9000')}"