traefik/integration/fixtures/marathon/simple.toml

22 lines
329 B
TOML
Raw Normal View History

[global]
checkNewVersion = false
sendAnonymousUsage = false
[log]
logLevel = "DEBUG"
[entrypoints]
[entrypoints.web]
2016-02-01 10:07:05 +00:00
address = ":8000"
[entrypoints.api]
address = ":9090"
2016-02-01 10:07:05 +00:00
[api]
entryPoint = "api"
[providers]
[providers.marathon]
endpoint = "{{.MarathonURL}}"
watch = true
exposedByDefault = true