2016-02-25 23:31:35 +00:00
|
|
|
defaultEntryPoints = ["http"]
|
|
|
|
|
2016-04-27 23:26:18 +00:00
|
|
|
logLevel = "DEBUG"
|
|
|
|
|
2016-02-25 23:31:35 +00:00
|
|
|
[entryPoints]
|
|
|
|
[entryPoints.http]
|
|
|
|
address = ":8000"
|
|
|
|
|
|
|
|
|
|
|
|
[etcd]
|
2016-07-11 11:36:35 +00:00
|
|
|
endpoint = "{{.EtcdHost}}:2379"
|
2016-04-27 23:26:18 +00:00
|
|
|
prefix = "/traefik"
|
|
|
|
watch = true
|
2017-11-17 16:22:03 +00:00
|
|
|
useAPIV3 = {{.UseAPIV3}}
|
2016-04-27 23:43:43 +00:00
|
|
|
|
|
|
|
[web]
|
2016-07-11 11:36:35 +00:00
|
|
|
address = ":8081"
|