This commit is contained in:
2025-09-14 22:09:39 +05:00
parent 8ad2bfbe59
commit 3c418a97b4
30 changed files with 3404 additions and 0 deletions

14
.env.example Normal file
View File

@@ -0,0 +1,14 @@
# Настройки базы данных PostgreSQL
DB_USER=postgres
DB_PASSWORD=password
DB_HOST=localhost
DB_PORT=5432
DB_NAME=telegram_bot
# Настройки API
API_HOST=0.0.0.0
API_PORT=8000
API_RELOAD=true
# Настройки логирования
LOG_LEVEL=INFO