2018-11-27 17:42:04 +01:00
|
|
|
[log]
|
2016-04-28 01:26:18 +02:00
|
|
|
logLevel = "DEBUG"
|
|
|
|
|
2016-02-25 23:31:35 +00:00
|
|
|
[entryPoints]
|
|
|
|
[entryPoints.http]
|
|
|
|
address = ":8000"
|
2018-01-11 09:46:03 +01:00
|
|
|
[entryPoints.api]
|
|
|
|
address = ":8081"
|
2016-02-25 23:31:35 +00:00
|
|
|
|
|
|
|
|
2018-11-27 17:42:04 +01:00
|
|
|
[providers]
|
|
|
|
[providers.etcd]
|
|
|
|
endpoint = "{{.EtcdHost}}:2379"
|
|
|
|
prefix = "/traefik"
|
|
|
|
watch = true
|
2016-04-28 01:43:43 +02:00
|
|
|
|
2018-01-11 09:46:03 +01:00
|
|
|
[api]
|
2018-11-27 17:42:04 +01:00
|
|
|
entryPoint = "api"
|