11 lines
174 B
TOML
11 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"
|