mirror of
https://github.com/tale/headplane.git
synced 2026-08-07 04:43:12 +00:00
feat: make secure flag of cookie configurable (#26)
This commit is contained in:
@@ -43,6 +43,7 @@ services:
|
||||
OIDC_ISSUER: 'https://sso.example.com'
|
||||
OIDC_CLIENT_SECRET: 'super_secret_client_secret'
|
||||
DISABLE_API_KEY_LOGIN: 'true'
|
||||
COOKIE_SECURE: 'false'
|
||||
|
||||
# These are the default values
|
||||
HOST: '0.0.0.0'
|
||||
|
||||
Reference in New Issue
Block a user