17 lines
429 B
Plaintext
17 lines
429 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
|