8 lines
261 B
Plaintext
8 lines
261 B
Plaintext
# Telegram Bot Token (получить у @BotFather)
|
||
BOT_TOKEN=your_bot_token_here
|
||
|
||
# PostgreSQL Database URL
|
||
# Формат: postgresql+asyncpg://username:password@host:port/database_name
|
||
DATABASE_URL=postgresql+asyncpg://user:password@localhost:5432/dbname
|
||
|