浏览代码

修改redis连接密码

hxd 2 月之前
父节点
当前提交
459881ef83

+ 2 - 2
portal-service-server/src/main/resources/bootstrap-dev.yml

@@ -19,8 +19,8 @@ spring:
     host: 8.130.28.21
     # 端口
     port: 6379
-#    # password
-#    password: Hfln@1024
+    # password
+    password: 7OPziJU!aMek
     # 数据库索引
     database: 5
     # 连接超时时间

+ 1 - 1
portal-service-server/src/main/resources/bootstrap-local.yml

@@ -20,7 +20,7 @@ spring:
     # 端口
     port: 6379
     # password
-    password: Hfln@1024
+    password: 7OPziJU!aMek
     # 数据库索引
     database: 5
     # 连接超时时间