Files
pyproject2/env.example
2025-12-25 15:25:46 +03:00

8 lines
261 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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