traefik/integration/fixtures/marathon/simple.toml
2019-07-01 11:30:05 +02:00

22 lines
331 B
TOML

[global]
checkNewVersion = false
sendAnonymousUsage = false
[log]
level = "DEBUG"
[entryPoints]
[entryPoints.web]
address = ":8000"
[entryPoints.api]
address = ":9090"
[api]
entryPoint = "api"
[providers]
[providers.marathon]
endpoint = "{{.MarathonURL}}"
watch = true
exposedByDefault = true