traefik/integration/fixtures/consul_catalog/simple.toml
2018-11-27 17:42:04 +01:00

14 lines
221 B
TOML

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