2016-02-01 11:07:05 +01:00
|
|
|
defaultEntryPoints = ["http"]
|
|
|
|
|
2016-04-28 01:43:43 +02:00
|
|
|
logLevel = "DEBUG"
|
|
|
|
|
2016-02-01 11:07:05 +01:00
|
|
|
[entryPoints]
|
|
|
|
[entryPoints.http]
|
|
|
|
address = ":8000"
|
|
|
|
|
2015-09-27 15:59:51 +02:00
|
|
|
|
|
|
|
[consul]
|
2016-04-28 01:43:43 +02:00
|
|
|
endpoint = "{{.ConsulHost}}:8500"
|
|
|
|
watch = true
|
|
|
|
prefix = "traefik"
|
|
|
|
|
|
|
|
[web]
|
|
|
|
address = ":8081"
|