traefik/integration/fixtures/marathon/simple.toml

22 lines
326 B
TOML
Raw Normal View History

[global]
checkNewVersion = false
sendAnonymousUsage = false
[log]
level = "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