traefik/integration/fixtures/etcd/simple.toml

11 lines
174 B
TOML
Raw Normal View History

defaultEntryPoints = ["http"]
[entryPoints]
[entryPoints.http]
address = ":8000"
logLevel = "DEBUG"
[etcd]
endpoint = "127.0.0.1:4003,127.0.0.1:4002,127.0.0.1:4001"