Skip to content

Commit 98fd123

Browse files
committed
Bumping versions
1 parent afe32e9 commit 98fd123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/ROOT/partials/_configprops.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|spring.cloud.consul.config.default-context | `+++application+++` |
77
|spring.cloud.consul.config.enabled | `+++true+++` |
88
|spring.cloud.consul.config.fail-fast | `+++true+++` | Throw exceptions during config lookup if true, otherwise, log warnings.
9-
|spring.cloud.consul.config.format | |
9+
|spring.cloud.consul.config.format | `+++key-value+++` |
1010
|spring.cloud.consul.config.name | | Alternative to spring.application.name to use in looking up values in consul KV.
1111
|spring.cloud.consul.config.prefix | |
1212
|spring.cloud.consul.config.prefixes | |
@@ -17,7 +17,7 @@
1717
|spring.cloud.consul.discovery.acl-token | |
1818
|spring.cloud.consul.discovery.catalog-services-watch-delay | `+++1000+++` | The delay between calls to watch consul catalog in millis, default is 1000.
1919
|spring.cloud.consul.discovery.catalog-services-watch-timeout | `+++2+++` | The number of seconds to block while watching consul catalog, default is 2.
20-
|spring.cloud.consul.discovery.consistency-mode | | Consistency mode for health service request.
20+
|spring.cloud.consul.discovery.consistency-mode | `+++default+++` | Consistency mode for health service request.
2121
|spring.cloud.consul.discovery.datacenters | | Map of serviceId's -> datacenter to query for in server list. This allows looking up services in another datacenters.
2222
|spring.cloud.consul.discovery.default-query-tag | | Tag to query for in service list if one is not listed in serverListQueryTags. Multiple tags can be specified with a comma separated value.
2323
|spring.cloud.consul.discovery.default-zone-metadata-name | `+++zone+++` | Service instance zone comes from metadata. This allows changing the metadata tag name.

0 commit comments

Comments
 (0)