update default webhook var
This commit is contained in:
@ -61,9 +61,8 @@ hydra:
|
||||
attributes_rewrite_rules: {{ hydra_ldap_attributes_rewrite_rules | to_json }}
|
||||
icon_url: "{{ hydra_ldap_app_icon_url }}"
|
||||
{% endif %}
|
||||
{% if enable_hydra_dispatcher_webhook %}
|
||||
webhook:
|
||||
enabled: true
|
||||
enabled: {{ hydra_dispatcher_webhook }}
|
||||
api_url: {{ hydra_dispatcher_webhook_api_url }}
|
||||
api_key: {{ hydra_dispatcher_webhook_api_key }}
|
||||
api_method: POST
|
||||
|
Reference in New Issue
Block a user