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