traefik/integration/fixtures/consul/simple.toml

19 lines
268 B
TOML
Raw Normal View History

[log]
logLevel = "DEBUG"
[entrypoints]
[entrypoints.web]
2016-02-01 10:07:05 +00:00
address = ":8000"
[entrypoints.api]
address = ":8081"
2016-02-01 10:07:05 +00:00
[providers]
[providers.consul]
endpoint = "{{.ConsulHost}}:8500"
watch = true
prefix = "traefik"
2017-09-07 10:02:03 +00:00
[api]
entryPoint = "api"