1
0
Fork 0

fix: Consul Catalog documentation.

This commit is contained in:
Ludovic Fernandez 2019-10-29 12:32:05 +01:00 committed by Traefiker Bot
parent d66dd01438
commit 5f8fb6c226
11 changed files with 360 additions and 221 deletions

View file

@ -13,8 +13,8 @@
insecure = true
[providers]
[providers.consulcatalog]
[providers.consulCatalog]
exposedByDefault = false
refreshInterval = "500ms"
[providers.consulcatalog.endpoint]
[providers.consulCatalog.endpoint]
address = "{{ .ConsulAddress }}"

View file

@ -13,9 +13,9 @@
insecure = true
[providers]
[providers.consulcatalog]
[providers.consulCatalog]
exposedByDefault = true
refreshInterval = "500ms"
defaultRule = "{{ .DefaultRule }}"
[providers.consulcatalog.endpoint]
[providers.consulCatalog.endpoint]
address = "{{ .ConsulAddress }}"