typo
This commit is contained in:
parent
bedf63722d
commit
507f292b66
|
@ -64,8 +64,8 @@ hydra:
|
||||||
{% if enable_hydra_dispatcher_webhook %}
|
{% if enable_hydra_dispatcher_webhook %}
|
||||||
webhook:
|
webhook:
|
||||||
enabled: true
|
enabled: true
|
||||||
api_url: {{hydra_dispatcher_webhook_api_url}}
|
api_url: {{ hydra_dispatcher_webhook_api_url }}
|
||||||
api_key: {{hydra_dispatcher_webhook_api_key}}
|
api_key: {{ hydra_dispatcher_webhook_api_key }}
|
||||||
api_method: POST
|
api_method: POST
|
||||||
firewall:
|
firewall:
|
||||||
additional_properties: true
|
additional_properties: true
|
||||||
|
|
Loading…
Reference in New Issue