This commit is contained in:
Ivan Panteleev 2020-08-25 17:33:32 +03:00
parent 3c58476dac
commit d8d0148fd5

View File

@ -8,7 +8,7 @@ consul {
max_backoff = "{{ conf_consul.get('retry-max-backoff', '5m') }}"
}
{% if conf['consul-acl-token'] %}
token = "{{ conf['consul-acl-token' }}]"
token = "{{ conf['consul-acl-token'] }}"
{% endif %}
}