2017-11-23 10:50:03 +00:00
|
|
|
defaultEntryPoints = ["http","https"]
|
|
|
|
|
|
|
|
logLevel = "DEBUG"
|
|
|
|
|
|
|
|
[entryPoints]
|
2018-01-11 08:46:03 +00:00
|
|
|
[entryPoints.api]
|
|
|
|
address = ":8081"
|
2017-11-23 10:50:03 +00:00
|
|
|
[entryPoints.http]
|
|
|
|
address = ":8000"
|
|
|
|
[entryPoints.https]
|
|
|
|
address = ":4443"
|
|
|
|
[entryPoints.https.tls]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#[etcd]
|
|
|
|
# endpoint = "{{.EtcdHost}}:2379"
|
|
|
|
# prefix = "/traefik"
|
|
|
|
# watch = true
|
|
|
|
|
2018-01-11 08:46:03 +00:00
|
|
|
|
|
|
|
[api]
|
|
|
|
entryPoint = "api"
|