23 lines
No EOL
341 B
TOML
23 lines
No EOL
341 B
TOML
defaultEntryPoints = ["http","https"]
|
|
|
|
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" |