|
@ -15,7 +15,7 @@ spring:
|
|
|
# REDIS
|
|
|
redis:
|
|
|
database: 0 # Database index used by the connection factory.
|
|
|
port: 6379 # Redis server port.
|
|
|
port: 6390 # Redis server port.
|
|
|
password: # Login password of the redis server.
|
|
|
timeout: 0 # Connection timeout in milliseconds.
|
|
|
#sentinel:
|
|
@ -69,9 +69,9 @@ spring:
|
|
|
username: chenweishan
|
|
|
password: chenweishan
|
|
|
redis:
|
|
|
host: 172.19.103.47 # Redis server host.
|
|
|
port: 6379
|
|
|
password: redis!@456
|
|
|
host: 172.26.0.108
|
|
|
port: 6390
|
|
|
password:
|
|
|
kafka:
|
|
|
bootstrap-servers: node4.hde.h3c.com:6667
|
|
|
fast-dfs:
|