Миграции: _migrations + applyMigrations + sql/migrations/

APP_ENV: test/production с жёлтым баннером в UI
Config: версия 0.1.12
This commit is contained in:
2026-07-08 07:11:16 +04:00
parent 7982a82286
commit 591a4c3216
12 changed files with 151 additions and 35 deletions
+4
View File
@@ -10,6 +10,10 @@ DB_SSLMODE=disable
# true = mock-логин (без Keycloak, для тестов)
# false = OIDC SSO через Keycloak (ОБЯЗАТЕЛЬНО в production)
DEV_MODE=true
# APP_ENV=production (по умолчанию) или test (жёлтый баннер в UI)
APP_ENV=test
DEFAULT_LIMIT=15
# ── Сессия (сгенерировать: openssl rand -base64 32) ──