mirror of
https://github.com/traefik/traefik
synced 2026-02-03 11:10:33 +00:00
17 lines
216 B
TOML
17 lines
216 B
TOML
defaultEntryPoints = ["http"]
|
|
|
|
logLevel = "DEBUG"
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":8000"
|
|
|
|
|
|
[consul]
|
|
endpoint = "{{.ConsulHost}}:8500"
|
|
watch = true
|
|
prefix = "traefik"
|
|
|
|
[web]
|
|
address = ":8081"
|