traefik/integration/fixtures/etcd/simple_https.toml
2018-11-27 17:42:04 +01:00

22 lines
308 B
TOML

[log]
logLevel = "DEBUG"
[entryPoints]
[entryPoints.api]
address = ":8081"
[entryPoints.http]
address = ":8000"
[entryPoints.https]
address = ":4443"
[entryPoints.https.tls]
#[etcd]
# endpoint = "{{.EtcdHost}}:2379"
# prefix = "/traefik"
# watch = true
[api]
entryPoint = "api"