formula-traefik/traefik/files/traefik.toml

6 lines
122 B
TOML
Raw Normal View History

2018-05-17 22:52:46 -04:00
{% for section in config -%}
{% for key, val in section.iteritems() -%}
{{ key }} = {{ val }}
{% endfor -%}
{% endfor -%}