traefik/integration/fixtures/etcd/simple.toml
Emile Vauge 26774d2317
Add Etcd integration tests
Signed-off-by: Emile Vauge <emile@vauge.com>
2016-05-03 15:41:09 +02:00

14 lines
182 B
TOML

defaultEntryPoints = ["http"]
logLevel = "DEBUG"
[entryPoints]
[entryPoints.http]
address = ":8000"
[etcd]
endpoint = "127.0.0.1:4001"
prefix = "/traefik"
watch = true