Browse Source

云平台user,redis配置调整

liuqq 3 years ago
parent
commit
df5d8a1ca7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config-server/src/main/resources/shared/user-service-pro.yml

+ 2 - 2
config-server/src/main/resources/shared/user-service-pro.yml

@@ -74,9 +74,9 @@ spring:
       sms: 2 # Redis短信索引
       img: 3 # Redis图片验证码索引
       token: 4 # Token索引
-    host: 192.168.2.122  #Redis服务器地址
+    host: 121.199.175.124  #Redis服务器地址
     port: 6379 # Redis服务器连接端口
-    password: lantone # Redis服务器连接密码(默认为空)
+    password: Lant0ne # Redis服务器连接密码(默认为空)
     lettuce:
       pool:
         max-active: 8 # 连接池最大连接数(使用负值表示没有限制)