mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 22:08:33 +01:00
fix: various web1 fixes
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user