13 lines
218 B
JSON
13 lines
218 B
JSON
|
{
|
||
|
"entryPoints": [
|
||
|
"web"
|
||
|
],
|
||
|
"middlewares": [
|
||
|
"auth",
|
||
|
"anotherprovider.addPrefixTest"
|
||
|
],
|
||
|
"name": "myprovider.bar",
|
||
|
"provider": "myprovider",
|
||
|
"rule": "Host(`foo.bar`)",
|
||
|
"service": "myprovider.foo-service"
|
||
|
}
|