Stabilize staff concurrency and premium emoji; enable verified Drone deployment
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-09-13 19:48:41 +09:00
parent 733298bf06
commit cb35bb12e3
86 changed files with 2993 additions and 2455 deletions

View File

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