c719aa3db8
Fixes #508
16 lines
213 B
TOML
16 lines
213 B
TOML
defaultEntryPoints = ["http"]
|
|
|
|
logLevel = "DEBUG"
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":8000"
|
|
|
|
|
|
[etcd]
|
|
endpoint = "{{.EtcdHost}}:2379"
|
|
prefix = "/traefik"
|
|
watch = true
|
|
|
|
[web]
|
|
address = ":8081"
|