traefik/integration/fixtures/consul/simple_https.toml

21 lines
351 B
TOML
Raw Normal View History

[log]
logLevel = "DEBUG"
[entrypoints]
[entrypoints.api]
address = ":8081"
[entrypoints.web]
address = ":8000"
[entrypoints.web-secure]
address = ":4443"
[entrypoints.web-secure.tls]
[providers]
[providers.consul]
endpoint = "{{.ConsulHost}}:8500"
prefix = "traefik"
watch = true
[api]
entryPoint = "api"