traefik/integration/fixtures/marathon/simple.toml

18 lines
257 B
TOML
Raw Normal View History

2016-02-01 10:07:05 +00:00
defaultEntryPoints = ["http"]
logLevel = "DEBUG"
2016-02-01 10:07:05 +00:00
[entryPoints]
[entryPoints.http]
address = ":8000"
[entryPoints.api]
address = ":9090"
2016-02-01 10:07:05 +00:00
[api]
entryPoint = "api"
[marathon]
endpoint = "{{.MarathonURL}}"
watch = true
exposedByDefault = true