traefik/integration/fixtures/consul/simple_https.toml

21 lines
299 B
TOML
Raw Normal View History

defaultEntryPoints = ["http","https"]
logLevel = "DEBUG"
[entryPoints]
[entryPoints.http]
address = ":8000"
[entryPoints.https]
address = ":4443"
[entryPoints.https.tls]
[consul]
endpoint = "{{.ConsulHost}}:8500"
prefix = "traefik"
watch = true
[web]
address = ":8081"