init commit
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# Переменные окружения для телеграм-бота
|
||||
BOT_TOKEN=your_bot_token_here
|
||||
DATABASE_URL=sqlite+aiosqlite:///./lottery_bot.db
|
||||
|
||||
# Для PostgreSQL раскомментируйте и настройте:
|
||||
# DATABASE_URL=postgresql+asyncpg://username:password@localhost/lottery_bot_db
|
||||
|
||||
# ID администраторов (через запятую)
|
||||
ADMIN_IDS=123456789,987654321
|
||||
|
||||
# Настройки логирования
|
||||
LOG_LEVEL=INFO
|
||||
Reference in New Issue
Block a user