traefik/integration/fixtures/consul_catalog/simple.toml

22 lines
383 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 = true
refreshInterval = "500ms"
defaultRule = "{{ .DefaultRule }}"
[providers.consulcatalog.endpoint]
address = "{{ .ConsulAddress }}"