2016-02-01 10:07:05 +00:00
|
|
|
defaultEntryPoints = ["http"]
|
|
|
|
|
2016-04-27 23:43:43 +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 = ":8081"
|
2016-02-01 10:07:05 +00:00
|
|
|
|
2015-09-27 13:59:51 +00:00
|
|
|
|
|
|
|
[consul]
|
2016-04-27 23:43:43 +00:00
|
|
|
endpoint = "{{.ConsulHost}}:8500"
|
|
|
|
watch = true
|
|
|
|
prefix = "traefik"
|
2017-09-07 10:02:03 +00:00
|
|
|
|
2018-01-11 08:46:03 +00:00
|
|
|
[api]
|
|
|
|
entryPoint = "api"
|