17 lines
230 B
TOML
17 lines
230 B
TOML
|
[global]
|
||
|
checkNewVersion = false
|
||
|
sendAnonymousUsage = false
|
||
|
|
||
|
[log]
|
||
|
level = "DEBUG"
|
||
|
|
||
|
[entryPoints.web]
|
||
|
address = ":8000"
|
||
|
|
||
|
[api]
|
||
|
insecure = true
|
||
|
|
||
|
[providers.etcd]
|
||
|
rootKey = "traefik"
|
||
|
endpoints = ["{{ .EtcdAddress }}"]
|