traefik/integration/fixtures/consul_catalog/simple.toml

14 lines
221 B
TOML
Raw Normal View History

[log]
2016-02-02 17:03:40 +00:00
logLevel = "DEBUG"
[api]
2017-09-08 18:50:04 +00:00
2016-02-02 17:03:40 +00:00
[entryPoints]
[entryPoints.http]
address = ":8000"
[providers]
[providers.consulCatalog]
domain = "consul.localhost"
frontEndRule = "Host:{{.ServiceName}}.{{.Domain}}"