|
@ -40,7 +40,7 @@ spring:
|
|
|
|
|
|
# REDIS
|
|
# REDIS
|
|
redis:
|
|
redis:
|
|
database: 10 # Database index used by the connection factory.
|
|
|
|
|
|
database: 0 # Database index used by the connection factory.
|
|
password: # Login password of the redis server.
|
|
password: # Login password of the redis server.
|
|
timeout: 0 # Connection timeout in milliseconds.
|
|
timeout: 0 # Connection timeout in milliseconds.
|
|
|
|
|