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