update default webhook var

This commit is contained in:
Matthieu Lamalle 2023-03-28 16:25:55 +02:00
parent 9469a5ec4f
commit 4fb709f133
2 changed files with 2 additions and 3 deletions

View File

@ -75,7 +75,7 @@ hydra_dispatcher_sentry_dsn:
hydra_dispatcher_sentry_environment:
hydra_dispatcher_mounts: []
hydra_dispatcher_disable_app_auto_select: true
enable_hydra_dispatcher_webhook: no
hydra_dispatcher_webhook: false
hydra_dispatcher_webhook_api_url:
hydra_dispatcher_webhook_api_key: YouNeedToChangeMe
hydra_dispatcher_webhook_rules:

View File

@ -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