fix: Consul Catalog documentation.
This commit is contained in:
parent
d66dd01438
commit
5f8fb6c226
11 changed files with 360 additions and 221 deletions
|
@ -13,8 +13,8 @@
|
|||
insecure = true
|
||||
|
||||
[providers]
|
||||
[providers.consulcatalog]
|
||||
[providers.consulCatalog]
|
||||
exposedByDefault = false
|
||||
refreshInterval = "500ms"
|
||||
[providers.consulcatalog.endpoint]
|
||||
[providers.consulCatalog.endpoint]
|
||||
address = "{{ .ConsulAddress }}"
|
||||
|
|
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue