|
@@ -28,10 +28,10 @@ spring:
|
|
|
# host: ${REDIS_HOST:114.55.24.6}
|
|
|
# port: ${REDIS_PORT:6386}
|
|
|
# host: ${REDIS_HOST:127.0.0.1}
|
|
|
-# port: ${REDIS_PORT:6386}
|
|
|
+# port: ${REDIS_PORT:6379}
|
|
|
host: ${REDIS_HOST:10.21.39.1}
|
|
|
port: ${REDIS_PORT:6386}
|
|
|
- password: ${REDIS_PWD:}
|
|
|
+ password: ${REDIS_PWD:UCSNxJ@k}
|
|
|
#连接超时时间
|
|
|
timeout: 5000ms
|
|
|
|