4a68d29ce2
Co-authored-by: Gérald Croës <gerald@containo.us>
18 lines
268 B
TOML
18 lines
268 B
TOML
[log]
|
|
logLevel = "DEBUG"
|
|
|
|
[entrypoints]
|
|
[entrypoints.web]
|
|
address = ":8000"
|
|
[entrypoints.api]
|
|
address = ":8081"
|
|
|
|
|
|
[providers]
|
|
[providers.consul]
|
|
endpoint = "{{.ConsulHost}}:8500"
|
|
watch = true
|
|
prefix = "traefik"
|
|
|
|
[api]
|
|
entryPoint = "api"
|