formula-traefik/traefik/files/traefik.toml

7 lines
148 B
TOML

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