2018-11-27 17:42:04 +01:00
|
|
|
[log]
|
2017-11-23 18:50:03 +08:00
|
|
|
logLevel = "DEBUG"
|
|
|
|
|
|
|
|
[entryPoints]
|
2018-01-11 09:46:03 +01:00
|
|
|
[entryPoints.api]
|
|
|
|
address = ":8081"
|
2017-11-23 18:50:03 +08:00
|
|
|
[entryPoints.http]
|
|
|
|
address = ":8000"
|
|
|
|
[entryPoints.https]
|
|
|
|
address = ":4443"
|
|
|
|
[entryPoints.https.tls]
|
|
|
|
|
2018-11-27 17:42:04 +01:00
|
|
|
[providers]
|
|
|
|
[providers.consul]
|
|
|
|
endpoint = "{{.ConsulHost}}:8500"
|
|
|
|
prefix = "traefik"
|
|
|
|
watch = true
|
2017-11-23 18:50:03 +08:00
|
|
|
|
2018-01-11 09:46:03 +01:00
|
|
|
[api]
|
|
|
|
entryPoint = "api"
|