chore(telegram_bot): small improvements

This commit is contained in:
ITQ
2025-07-20 00:05:11 +03:00
parent bc0f7c81df
commit d1a0f20c49
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,4 +4,4 @@
AIOGRAM_BOT_TOKEN=
AIOGRAM_BACKEND_ADDRESS=http://localhost:8080
REDIS_URI=redis://localhost:6379
MINIO_ENDPOINT=localhost:9000
MINIO_ENDPOINT=http://localhost:9000
+1 -1
View File
@@ -13,4 +13,4 @@ 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')}"
MINIO_URL = os.getenv('MINIO_ENDPOINT', 'http://localhost:9000')