17 lines
257 B
TOML
17 lines
257 B
TOML
defaultEntryPoints = ["http"]
|
|
|
|
logLevel = "DEBUG"
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":8000"
|
|
[entryPoints.api]
|
|
address = ":9090"
|
|
|
|
[api]
|
|
entryPoint = "api"
|
|
|
|
[marathon]
|
|
endpoint = "{{.MarathonURL}}"
|
|
watch = true
|
|
exposedByDefault = true
|