diff --git a/reference/html/appendix.html b/reference/html/appendix.html index 663723ce..b2afa2f8 100644 --- a/reference/html/appendix.html +++ b/reference/html/appendix.html @@ -155,8 +155,8 @@ Also, you can define your own properties.
spring.cloud.consul.config.acl-token
null
null
spring.cloud.consul.config.data-key
spring.cloud.consul.config.default-context
application
null
spring.cloud.consul.config.enabled
true
null
spring.cloud.consul.config.fail-fast
spring.cloud.consul.config.format
null
null
spring.cloud.consul.config.name
null
Alternative to spring.application.name to use in looking up values in consul KV.
spring.cloud.consul.config.prefix
config
null
spring.cloud.consul.config.profile-separator
,
null
spring.cloud.consul.config.watch.delay
spring.cloud.consul.discovery.acl-token
null
null
spring.cloud.consul.discovery.catalog-services-watch-delay
spring.cloud.consul.discovery.consistency-mode
null
Consistency mode for health service request.
spring.cloud.consul.discovery.datacenters
null
Map of serviceId’s → datacenter to query for in server list. This allows looking up services in another datacenters.
spring.cloud.consul.discovery.default-query-tag
null
Tag to query for in service list if one is not listed in serverListQueryTags.
spring.cloud.consul.discovery.enable-tag-override
null
Enable tag override for the registered service.
spring.cloud.consul.discovery.health-check-critical-timeout
null
Timeout to deregister services critical for longer than timeout (e.g. 30m). Requires consul version 7.x or higher.
spring.cloud.consul.discovery.health-check-headers
null
Headers to be applied to the Health Check calls.
spring.cloud.consul.discovery.health-check-timeout
null
Timeout for health check (e.g. 10s).
spring.cloud.consul.discovery.health-check-tls-skip-verify
null
Skips certificate verification during service checks if true, otherwise runs certificate verification.
spring.cloud.consul.discovery.health-check-url
null
Custom health check url to override default.
spring.cloud.consul.discovery.heartbeat.enabled
false
null
spring.cloud.consul.discovery.heartbeat.interval-ratio
null
null
spring.cloud.consul.discovery.heartbeat.ttl
30s
null
spring.cloud.consul.discovery.hostname
null
Hostname to use when accessing server.
spring.cloud.consul.discovery.instance-group
null
Service instance group.
spring.cloud.consul.discovery.instance-id
null
Unique service instance id.
spring.cloud.consul.discovery.instance-zone
null
Service instance zone.
spring.cloud.consul.discovery.ip-address
null
IP address to use when accessing service (must also set preferIpAddress to use).
spring.cloud.consul.discovery.lifecycle.enabled
true
null
spring.cloud.consul.discovery.management-enable-tag-override
null
Enable tag override for the registered management service.
spring.cloud.consul.discovery.management-metadata
null
Metadata to use when registering management service.
spring.cloud.consul.discovery.management-port
null
Port to register the management service under (defaults to management port).
spring.cloud.consul.discovery.management-tags
null
Tags to use when registering management service.
spring.cloud.consul.discovery.metadata
null
Metadata to use when registering service.
spring.cloud.consul.discovery.port
null
Port to register the service under (defaults to listening port).
spring.cloud.consul.discovery.server-list-query-tags
null
Map of serviceId’s → tag to query for in server list. This allows filtering services by a single tag.
spring.cloud.consul.discovery.service-name
null
Service name.
spring.cloud.consul.discovery.tags
null
Tags to use when registering service.
spring.cloud.consul.scheme
null
Consul agent scheme (HTTP/HTTPS). If there is no scheme in address - client will use HTTP.
spring.cloud.consul.tls.certificate-password
null
Password to open the certificate.
spring.cloud.consul.tls.certificate-path
null
File path to the certificate.
spring.cloud.consul.tls.key-store-instance-type
null
Type of key framework to use.
spring.cloud.consul.tls.key-store-password
null
Password to an external keystore.
spring.cloud.consul.tls.key-store-path
null
Path to an external keystore.