Files
bdbot/.env.example
2026-01-28 15:53:27 +03:00

22 lines
526 B
Plaintext

# Telegram Bot Token
# Get it from @BotFather on Telegram
BOT_TOKEN=your_bot_token_here
# PostgreSQL Database URL
# Format: postgresql://user:password@host:port/database
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/bdbot
# Notification time (24-hour format: HH:MM)
# Default: 09:00
NOTIFICATION_TIME=09:00
# Timezone for notifications
# Examples: UTC, Europe/Moscow, America/New_York
# Default: UTC
TIMEZONE=UTC
# Logging level
# Options: DEBUG, INFO, WARNING, ERROR, CRITICAL
# Default: INFO
LOG_LEVEL=INFO