Stabilize staff concurrency and premium emoji; enable verified Drone deployment
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -10,10 +10,14 @@ POSTGRES_USER=lottery_user
|
||||
POSTGRES_PASSWORD=your_strong_password_here
|
||||
|
||||
# Database URL для бота (используется внутри контейнера)
|
||||
DATABASE_URL=postgresql+asyncpg://lottery_user:your_strong_password_here@db:5432/lottery_bot_db
|
||||
DATABASE_URL=postgresql+asyncpg://lottery_user:your_strong_password_here@postgres:5432/lottery_bot_db
|
||||
COMPOSE_PROFILES=local-db
|
||||
REDIS_URL=redis://redis:6379/0
|
||||
FSM_TTL_SECONDS=86400
|
||||
|
||||
# ID администраторов (через запятую)
|
||||
ADMIN_IDS=123456789,987654321
|
||||
CASHIER_IDS=
|
||||
|
||||
# Настройки логирования
|
||||
LOG_LEVEL=INFO
|
||||
|
||||
Reference in New Issue
Block a user