20 lines
342 B
TOML
20 lines
342 B
TOML
[log]
|
|
logLevel = "DEBUG"
|
|
|
|
[entryPoints]
|
|
[entryPoints.api]
|
|
address = ":8081"
|
|
[entryPoints.http]
|
|
address = ":8000"
|
|
[entryPoints.https]
|
|
address = ":4443"
|
|
[entryPoints.https.tls]
|
|
|
|
[providers]
|
|
[providers.consul]
|
|
endpoint = "{{.ConsulHost}}:8500"
|
|
prefix = "traefik"
|
|
watch = true
|
|
|
|
[api]
|
|
entryPoint = "api"
|