codingliang 1 год назад
Родитель
Сommit
fd37ce32dd
1 измененных файлов с 13 добавлено и 0 удалено
  1. 13 0
      src/main/resources/application-prod.yml

+ 13 - 0
src/main/resources/application-prod.yml

@@ -32,6 +32,19 @@ spring:
                 wall:
                     config:
                         multi-statement-allow: true
+    redis:
+        host: 172.16.20.103
+        port: 6379
+        password: ch_wm_redis_2025@.
+        database: 3
+        timeout: 5000
+        lettuce:
+            shutdown-timeout: 100
+            pool:
+                max-active: 3
+                min-idle: 2
+                max-idle: 3
+                max-wait: -1
 # 接口数据加密
 secure-api:
     # 开启SecureApi功能,如果为false则其余配置项均不生效