Browse Source

修改redis配置

chenkq 3 ngày trước cách đây
mục cha
commit
18928b142f

+ 4 - 6
storlead-mail-api/src/main/resources/application-test.yml

@@ -42,18 +42,16 @@ spring:
       - classpath:/templates
       - classpath:/templates
   # 设置静态文件路径,js,css等  #redis 配置
   # 设置静态文件路径,js,css等  #redis 配置
   redis:
   redis:
-    host: 192.168.1.69 #test1.storlead.com
+    host: test1.storlead.com #test1.storlead.com
     port: 59394
     port: 59394
     database: 10
     database: 10
-    connect-timeout: 10000
     lettuce:
     lettuce:
       pool:
       pool:
-        max-wait: 10000
+        max-wait: 100000
         max-idle: 10
         max-idle: 10
         max-active: 100
         max-active: 100
-        min-idle: 2
-    timeout: 10000
-    password: UMneDqYAemeL7
+    timeout: 5000
+    password: bnoCWkyDqYA*ecT7FoL7
 
 
   mvc:
   mvc:
     static-path-pattern: /**
     static-path-pattern: /**