|
|
@ -767,7 +767,7 @@ content into your application; rather pick only the properties that you need.
|
|
|
|
spring.mongodb.embedded.storage.replSetName= # Name of the replica set.
|
|
|
|
spring.mongodb.embedded.storage.replSetName= # Name of the replica set.
|
|
|
|
spring.mongodb.embedded.version=2.6.10 # Version of Mongo to use.
|
|
|
|
spring.mongodb.embedded.version=2.6.10 # Version of Mongo to use.
|
|
|
|
|
|
|
|
|
|
|
|
# REDIS ({sc-spring-boot-autoconfigure}/redis/RedisProperties.{sc-ext}[RedisProperties])
|
|
|
|
# REDIS ({sc-spring-boot-autoconfigure}/data/redis/RedisProperties.{sc-ext}[RedisProperties])
|
|
|
|
spring.redis.cluster.max-redirects= # Maximum number of redirects to follow when executing commands across the cluster.
|
|
|
|
spring.redis.cluster.max-redirects= # Maximum number of redirects to follow when executing commands across the cluster.
|
|
|
|
spring.redis.cluster.nodes= # Comma-separated list of "host:port" pairs to bootstrap from.
|
|
|
|
spring.redis.cluster.nodes= # Comma-separated list of "host:port" pairs to bootstrap from.
|
|
|
|
spring.redis.database=0 # Database index used by the connection factory.
|
|
|
|
spring.redis.database=0 # Database index used by the connection factory.
|
|
|
|