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

This commit is contained in:
Daniël Groothuis
2025-10-27 19:09:43 +01:00
parent dff6e22868
commit c764510be8

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"
flags: "enable-login-with-password disable-email-verification enable-smtp enable-login-with-oidc"
# -- 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: ""