traefik/integration/fixtures/etcd/simple.toml

18 lines
240 B
TOML
Raw Normal View History

defaultEntryPoints = ["http"]
logLevel = "DEBUG"
[entryPoints]
[entryPoints.http]
address = ":8000"
[etcd]
2016-07-11 11:36:35 +00:00
endpoint = "{{.EtcdHost}}:2379"
prefix = "/traefik"
watch = true
2017-11-17 16:22:03 +00:00
useAPIV3 = {{.UseAPIV3}}
[web]
2016-07-11 11:36:35 +00:00
address = ":8081"