traefik/integration/fixtures/consul_catalog/default_not_exposed.toml

21 lines
345 B
TOML
Raw Normal View History

2019-10-15 15:34:08 +00:00
[global]
checkNewVersion = false
sendAnonymousUsage = false
[log]
level = "DEBUG"
[entryPoints]
[entryPoints.web]
address = ":8000"
[api]
insecure = true
[providers]
[providers.consulcatalog]
exposedByDefault = false
refreshInterval = "500ms"
[providers.consulcatalog.endpoint]
address = "{{ .ConsulAddress }}"