traefik/integration/fixtures/marathon/simple.toml

18 lines
268 B
TOML
Raw Normal View History

[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