feat: каркас Express + pg, health check
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# База данных
|
||||
DB_HOST=your-db-host.svc.cluster.local
|
||||
DB_PORT=5432
|
||||
DB_NAME=postgres
|
||||
DB_USER=your-user
|
||||
DB_PASS=your-password
|
||||
DB_SSLMODE=require
|
||||
|
||||
# Сервер
|
||||
PORT=3000
|
||||
|
||||
# Лимиты
|
||||
DEFAULT_LIMIT=15
|
||||
|
||||
# Режим разработки (true = без Keycloak, читать X-Dev-User из заголовка)
|
||||
DEV_MODE=true
|
||||
Reference in New Issue
Block a user