update readme.md
This commit is contained in:
parent
8a51b0db79
commit
756f11e755
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user