update readme.md

This commit is contained in:
MrLening 2025-03-30 16:24:52 +03:00
parent 8a51b0db79
commit 756f11e755

View File

@ -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