feat(platform): harden access scoping and delivery baseline

This commit is contained in:
2026-03-30 00:27:31 +02:00
parent 00b936fa1f
commit 819345acfa
109 changed files with 26142 additions and 8081 deletions
+13
View File
@@ -0,0 +1,13 @@
# Runtime settings consumed by the app and by docker-compose.cicd.yml on the target host.
POSTGRES_PASSWORD=replace-with-a-long-random-password
NEXTAUTH_URL=https://capakraken.example.com
NEXTAUTH_SECRET=replace-with-a-long-random-secret
# Optional but commonly needed application settings.
SENTRY_DSN=
SMTP_HOST=
SMTP_PORT=587
SMTP_USER=
SMTP_PASSWORD=
SMTP_FROM=CapaKraken <notifications@example.com>