a99010b8c2
- Integration test specifically spins up an Etcd cluster with three nodes.
10 lines
174 B
TOML
10 lines
174 B
TOML
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"
|