10 lines
115 B
TOML
10 lines
115 B
TOML
|
defaultEntryPoints = ["http"]
|
||
|
|
||
|
[entryPoints]
|
||
|
[entryPoints.http]
|
||
|
address = ":8000"
|
||
|
|
||
|
logLevel = "DEBUG"
|
||
|
|
||
|
[mesos]
|