Update to 2023-01-31 15:00

This commit is contained in:
Daniel Berteaud
2023-01-31 15:00:25 +01:00
parent 5db6e9407a
commit cf564122d6
2 changed files with 6 additions and 6 deletions

View File

@@ -50,10 +50,10 @@ PENPOT_REGISTRATION_DOMAIN_WHITELIST="{{ penpot_user_registration_allowed_domain
## Authentication providers
{% if penpot_oidc_auth %}
PENPOT_OIDC_BASE_URI={{ penpot_oidc_base_url }}
PENPOT_OIDC_USER_URL={{ penpot_oidc_user_url }}
PENPOT_OIDC_AUTH_URL={{ penpot_oidc_auth_url }}
PENPOT_OIDC_TOKEN_URL={{ penpot_oidc_token_url }}
PENPOT_OIDC_SCOPE={{ penpot_oidc_scope }}
PENPOT_OIDC_USER_URI={{ penpot_oidc_user_url }}
PENPOT_OIDC_AUTH_URI={{ penpot_oidc_auth_url }}
PENPOT_OIDC_TOKEN_URI={{ penpot_oidc_token_url }}
PENPOT_OIDC_SCOPE="{{ penpot_oidc_scope }}"
PENPOT_OIDC_CLIENT_ID={{ penpot_oidc_client_id }}
PENPOT_OIDC_CLIENT_SECRET={{ penpot_oidc_client_secret }}
{% endif %}