bd - api
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user