From 756f11e75503531aecbe6bb2a5b57a576ff06000 Mon Sep 17 00:00:00 2001 From: MrLening Date: Sun, 30 Mar 2025 16:24:52 +0300 Subject: [PATCH] update readme.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7c3951..7b1283a 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,12 @@ DEBUG=True # Telegram API_TOKEN=Ваш_токен -# Database Postgres +# Redis +REDIS_URL=redis://redis_telegram_bot:6379 + +# Postgres DATABASE_URL_LOCAL_MIGRATE=postgresql+asyncpg://admin:admin@localhost:5432/postgresdb +POSTGRES_URL=postgresql+asyncpg://admin:admin@postgres_telegram_bot:5432/postgresdb POSTGRES_USER=admin POSTGRES_PASSWORD=admin POSTGRES_PORT=5432