chore(deploy): wire OIDC runtime configuration

This commit is contained in:
Piotr Oleszczyk 2026-03-12 15:55:32 +01:00
parent ffa3b71309
commit 4bfa4ea02d
7 changed files with 115 additions and 100 deletions

View file

@ -1,5 +1,8 @@
[Unit]
Description=innercontext SvelteKit Node frontend
# Required env vars in .env.production:
# PUBLIC_API_BASE, ORIGIN, SESSION_SECRET
# OIDC_ISSUER, OIDC_CLIENT_ID, OIDC_DISCOVERY_URL
After=network.target
[Service]