6 lines
117 B
TOML
6 lines
117 B
TOML
|
|
[http.routers]
|
|
{{ range $i, $e := until 20 }}
|
|
[http.routers.router{{ $e }}]
|
|
service = "application"
|
|
{{ end }}
|