From a66316c2fc69d796b9779adce341527d148acc69 Mon Sep 17 00:00:00 2001 From: ITQ Date: Thu, 20 Feb 2025 22:09:15 +0300 Subject: [PATCH] infra: added telegram_bot --- solution/infrastructure/telegram_bot/.env.template | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 solution/infrastructure/telegram_bot/.env.template diff --git a/solution/infrastructure/telegram_bot/.env.template b/solution/infrastructure/telegram_bot/.env.template new file mode 100644 index 0000000..8afa33b --- /dev/null +++ b/solution/infrastructure/telegram_bot/.env.template @@ -0,0 +1,4 @@ +AIOGRAM_BOT_TOKEN=7797967907:AAEIwZ5Eyw_Q6Mz-scrRMSjK0w_c6zA5HuA +AIOGRAM_BACKEND_URL=http://backend:8080 +REDIS_URI=redis://redis:6379 +MINIO_ENDPOINT=minio:9000