chore(penpot): Updated values for OIDC
All checks were successful
Validate K8s manifests / validate-manifests (push) Successful in 1m59s

This commit is contained in:
Daniël Groothuis
2025-10-27 19:33:53 +01:00
parent ee67994d1c
commit 3f204a8719

View File

@@ -43,7 +43,7 @@ config:
publicUri: "http://penpot.dgse.cloud"
# -- The feature flags to enable. Check [the official docs](https://help.penpot.app/technical-guide/configuration/) for more info.
# @section -- Configuration parameters
flags: "enable-login-with-password disable-email-verification enable-smtp enable-login-with-oidc"
flags: "disable-email-verification enable-smtp enable-login-with-oidc disable-registration"
# -- A random secret key needed for persistent user sessions. Generate with `python3 -c "import secrets; print(secrets.token_urlsafe(64))"` for example.
# @section -- Configuration parameters
apiSecretKey: ""