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