Update to 2022-10-06 09:00

This commit is contained in:
Daniel Berteaud
2022-10-06 09:00:08 +02:00
parent d9d938412c
commit 8d6e0aadbf
2 changed files with 2 additions and 2 deletions

View File

@@ -57,10 +57,10 @@ recursors = [
{% if consul_conf.domain is defined %}
domain = "{{ consul_conf.domain }}"
{% endif %}
{% if consul_conf.alt_domain is defined %}
alt_domain = "{{ consul_conf.alt_domain }}"
{% endif %}
{% endif %}
telemetry {
prometheus_retention_time = "{{ consul_conf.telemetry.prometheus_retention_time }}"