092aa8fa6d
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
20 lines
314 B
TOML
20 lines
314 B
TOML
[global]
|
|
checkNewVersion = false
|
|
sendAnonymousUsage = false
|
|
|
|
[log]
|
|
level = "DEBUG"
|
|
|
|
[entryPoints]
|
|
[entryPoints.web]
|
|
address = ":8000"
|
|
[entryPoints.traefik]
|
|
address = ":9090"
|
|
|
|
[api]
|
|
|
|
[providers]
|
|
[providers.marathon]
|
|
endpoint = "{{.MarathonURL}}"
|
|
watch = true
|
|
exposedByDefault = true
|