traefik/integration/fixtures/consul_catalog/simple.toml
2018-01-11 09:46:03 +01:00

13 lines
208 B
TOML

defaultEntryPoints = ["http"]
logLevel = "DEBUG"
[api]
[entryPoints]
[entryPoints.http]
address = ":8000"
[consulCatalog]
domain = "consul.localhost"
frontEndRule = "Host:{{.ServiceName}}.{{.Domain}}"