first
This commit is contained in:
16
.env.example
Normal file
16
.env.example
Normal file
@ -0,0 +1,16 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user