fix: various web1 fixes

This commit is contained in:
2023-01-09 03:47:19 +01:00
parent d926d70a5f
commit 462e54bd14
5 changed files with 35 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{
"SECRET_KEY" : "{{ lookup('password', '/dev/null length=20 chars=ascii_letters') }}",
"SECRET_KEY" : "{{ keycloak_clients[item].party_secret }}",
"TEST" : true,
"DEBUG" : true,
"OIDC_CLIENT_SECRETS" : "oidc_client_secrets.json",