# 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