traefik/integration/fixtures/marathon/simple.toml

21 lines
314 B
TOML
Raw Normal View History

[global]
2019-07-01 09:30:05 +00:00
checkNewVersion = false
sendAnonymousUsage = false
[log]
2019-07-01 09:30:05 +00:00
level = "DEBUG"
[entryPoints]
[entryPoints.web]
2019-07-01 09:30:05 +00:00
address = ":8000"
[entryPoints.traefik]
2019-07-01 09:30:05 +00:00
address = ":9090"
2016-02-01 10:07:05 +00:00
[api]
[providers]
2019-07-01 09:30:05 +00:00
[providers.marathon]
endpoint = "{{.MarathonURL}}"
watch = true
exposedByDefault = true