traefik/pkg/provider/file/fixtures/toml/template_in_directory_file02.toml

6 lines
173 B
TOML
Raw Normal View History

[http.services]
{{ range $i, $e := until 20 }}
[http.services.application-{{ $e }}]
[[http.services.application-{{ $e }}.servers]]
url="http://127.0.0.1"
{{ end }}