Add Couchbase support
Closes gh-3498
This commit is contained in:
committed by
Stephane Nicoll
parent
ecf11e0230
commit
76f1ca4188
@@ -488,6 +488,11 @@ content into your application; rather pick only the properties that you need.
|
||||
spring.data.cassandra.ssl=false # Enable SSL support.
|
||||
spring.data.cassandra.username= # Login user of the server.
|
||||
|
||||
# COUCHBASE ({sc-spring-boot-autoconfigure}/couchbase/CouchbaseProperties.{sc-ext}[CouchbaseProperties])
|
||||
spring.data.couchbase.hosts= # the db host
|
||||
spring.data.couchbase.bucket-name= # the bucket name
|
||||
spring.data.couchbase.bucket-password= # the bucket password
|
||||
|
||||
# ELASTICSEARCH ({sc-spring-boot-autoconfigure}/elasticsearch/ElasticsearchProperties.{sc-ext}[ElasticsearchProperties])
|
||||
spring.data.elasticsearch.cluster-name=elasticsearch # Elasticsearch cluster name.
|
||||
spring.data.elasticsearch.cluster-nodes= # Comma-separated list of cluster node addresses. If not specified, starts a client node.
|
||||
|
||||
Reference in New Issue
Block a user