formula-traefik/traefik/files/traefik.toml
2018-05-18 00:53:41 -04:00

7 lines
152 B
TOML

{% for section in config -%}
{#- [{{ section.key() }}] -#}
{% for key, val in section.iteritems() -%}
{{ key }} = {{ val }}
{% endfor -%}
{% endfor -%}