14 lines
276 B
Plaintext
14 lines
276 B
Plaintext
# Настройки базы данных 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 |