mirror of
https://github.com/traefik/traefik.git
synced 2026-06-17 19:09:29 +03:00
11 lines
166 B
JSON
11 lines
166 B
JSON
[
|
|
{
|
|
"entryPoints": [
|
|
"web"
|
|
],
|
|
"name": "baz@myprovider",
|
|
"provider": "myprovider",
|
|
"rule": "Host(`toto.bar`)",
|
|
"service": "foo-service@myprovider"
|
|
}
|
|
] |