Files
ipwhitelist-app/.env.example

17 lines
334 B
Bash

# База данных
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