Browse Source

redis配置修改

qng 3 years ago
parent
commit
08c201ab7b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      eccs-admin/src/main/resources/application-prod.yml

+ 2 - 2
eccs-admin/src/main/resources/application-prod.yml

@@ -8,13 +8,13 @@ spring:
   # redis 配置
   redis:
     # 地址
-    host: 8.135.102.238
+    host: 120.78.152.8
     # 端口,默认为6379
     port: 6379
     # 数据库索引
     database: 0
     # 密码
-    password:
+    password: Abc-123#*.-
     # 连接超时时间
     timeout: 10s
     lettuce: