|
@ -7,7 +7,6 @@ spring:
|
|
|
# REDIS
|
|
|
redis:
|
|
|
database: 0 # Database index used by the connection factory.
|
|
|
host: localhost # Redis server host.
|
|
|
port: 6379 # Redis server port.
|
|
|
password: # Login password of the redis server.
|
|
|
timeout: 0 # Connection timeout in milliseconds.
|