feat: каркас Express + pg, health check

This commit is contained in:
2026-05-29 21:56:20 +03:00
commit 814625ef57
5 changed files with 114 additions and 0 deletions
+16
View File
@@ -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