mirror of
https://github.com/containous/traefik.git
synced 2025-01-25 06:03:49 +03:00
22 lines
308 B
TOML
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" |