mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved bug existed due to difference between mailu domain and hostname difference. also refactored during this to find the bug
This commit is contained in:
@@ -24,9 +24,9 @@ LISTMONK_SETTINGS:
|
||||
value: >-
|
||||
{{ {
|
||||
"enabled": True,
|
||||
"client_id": oidc.client.id,
|
||||
"provider_url": oidc.client.issuer_url,
|
||||
"client_secret": oidc.client.secret
|
||||
"client_id": OIDC.CLIENT.ID,
|
||||
"provider_url": OIDC.CLIENT.ISSUER_URL,
|
||||
"client_secret": OIDC.CLIENT.SECRET
|
||||
} | to_json }}
|
||||
when: applications | get_app_conf(application_id, 'features.oidc', False)
|
||||
|
||||
|
Reference in New Issue
Block a user