traefik/pkg/api/testdata/router-bar.json
2019-06-20 00:40:05 +02:00

13 lines
No EOL
222 B
JSON

{
"entryPoints": [
"web"
],
"middlewares": [
"auth",
"anotherprovider@addPrefixTest"
],
"name": "myprovider@bar",
"provider": "myprovider@bar",
"rule": "Host(`foo.bar`)",
"service": "myprovider@foo-service"
}