# Database Configuration DB_HOST=localhost DB_PORT=5432 DB_USER=playeng DB_PASSWORD=playeng DB_NAME=playeng # Server Configuration PORT=8080 # Telegram Bot Configuration # Bot Token и Chat ID настраиваются через UI приложения в разделе "Интеграции" -> "Telegram" # Get token from @BotFather in Telegram: https://t.me/botfather # Scheduler Configuration # Часовой пояс для планировщика (формат IANA: Europe/Moscow, America/New_York и т.д.) # ВАЖНО: Если не указан, используется UTC! TIMEZONE=Europe/Moscow