mirror of
https://github.com/nfonteyne/octane-website.git
synced 2026-09-03 23:24:48 +02:00
update: create production env
This commit is contained in:
parent
d8d4a45483
commit
c3380179ce
6 changed files with 135 additions and 15 deletions
|
|
@ -8,7 +8,12 @@ POSTGRES_PASSWORD=changeme
|
|||
# Sessions
|
||||
SESSION_SECRET=change-me-to-a-long-random-string
|
||||
|
||||
# Authentik OIDC
|
||||
# Set to true to test locally without a real Authentik instance:
|
||||
# /auth/login shows a simple form to pick a test name instead of redirecting to OIDC.
|
||||
# NEVER set this to true outside local development.
|
||||
DEV_BYPASS_AUTH=false
|
||||
|
||||
# Authentik OIDC (not needed if DEV_BYPASS_AUTH=true)
|
||||
AUTHENTIK_ISSUER_URL=https://auth.example.com/application/o/octane-website/
|
||||
OIDC_CLIENT_ID=
|
||||
OIDC_CLIENT_SECRET=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue