4a68d29ce2
Co-authored-by: Gérald Croës <gerald@containo.us>
22 lines
No EOL
317 B
TOML
22 lines
No EOL
317 B
TOML
[log]
|
|
logLevel = "DEBUG"
|
|
|
|
[entrypoints]
|
|
[entrypoints.api]
|
|
address = ":8081"
|
|
[entrypoints.web]
|
|
address = ":8000"
|
|
[entrypoints.web-secure]
|
|
address = ":4443"
|
|
[entrypoints.web-secure.tls]
|
|
|
|
|
|
|
|
#[etcd]
|
|
# endpoint = "{{.EtcdHost}}:2379"
|
|
# prefix = "/traefik"
|
|
# watch = true
|
|
|
|
|
|
[api]
|
|
entryPoint = "api" |