chore(telegram_bot): small improvements
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
AIOGRAM_BOT_TOKEN=
|
AIOGRAM_BOT_TOKEN=
|
||||||
AIOGRAM_BACKEND_URL=http://backend:8080
|
AIOGRAM_BACKEND_URL=http://backend:8080
|
||||||
REDIS_URI=redis://redis:6379
|
REDIS_URI=redis://redis:6379
|
||||||
MINIO_ENDPOINT=minio:9000
|
MINIO_ENDPOINT=http://minio:9000
|
||||||
|
|||||||
@@ -4,4 +4,4 @@
|
|||||||
AIOGRAM_BOT_TOKEN=
|
AIOGRAM_BOT_TOKEN=
|
||||||
AIOGRAM_BACKEND_ADDRESS=http://localhost:8080
|
AIOGRAM_BACKEND_ADDRESS=http://localhost:8080
|
||||||
REDIS_URI=redis://localhost:6379
|
REDIS_URI=redis://localhost:6379
|
||||||
MINIO_ENDPOINT=localhost:9000
|
MINIO_ENDPOINT=http://localhost:9000
|
||||||
|
|||||||
@@ -13,4 +13,4 @@ API_ENDPOINT = os.getenv("AIOGRAM_BACKEND_URL", "http://localhost:8080")
|
|||||||
|
|
||||||
REDIS_URI = os.getenv("REDIS_URI", "redis://localhost:6379")
|
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')
|
||||||
|
|||||||
Reference in New Issue
Block a user