Files
play-life/play-life-backend/env.example

19 lines
619 B
Plaintext
Raw Normal View History

2025-12-29 20:01:55 +03:00
# 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"
2025-12-29 20:01:55 +03:00
# Get token from @BotFather in Telegram: https://t.me/botfather
# Scheduler Configuration
# Часовой пояс для планировщика (формат IANA: Europe/Moscow, America/New_York и т.д.)
# ВАЖНО: Если не указан, используется UTC!
TIMEZONE=Europe/Moscow