2016-02-01 10:07:05 +00:00
|
|
|
defaultEntryPoints = ["http"]
|
|
|
|
|
2017-04-10 07:28:00 +00:00
|
|
|
logLevel = "DEBUG"
|
|
|
|
|
2016-02-01 10:07:05 +00:00
|
|
|
[entryPoints]
|
|
|
|
[entryPoints.http]
|
|
|
|
address = ":8000"
|
2018-01-11 08:46:03 +00:00
|
|
|
[entryPoints.api]
|
|
|
|
address = ":9090"
|
2016-02-01 10:07:05 +00:00
|
|
|
|
2018-01-11 08:46:03 +00:00
|
|
|
[api]
|
|
|
|
entryPoint = "api"
|
2015-09-27 13:59:51 +00:00
|
|
|
|
|
|
|
[marathon]
|
2017-04-10 07:28:00 +00:00
|
|
|
endpoint = "{{.MarathonURL}}"
|
|
|
|
watch = true
|
|
|
|
exposedByDefault = true
|