From 60890359b3052847fb9e61d4675147aba20fec73 Mon Sep 17 00:00:00 2001
From: cy <1664593601@qq.com>
Date: 星期四, 09 二月 2023 17:00:06 +0800
Subject: [PATCH] fix(quartz): 111

---
 src/main/resources/application.yml |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 83fe5b7..100736c 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -2,7 +2,7 @@
   mvc:
     static-path-pattern: /static         # 璁剧疆闈欐�佹枃浠惰矾寰勶紝js,css绛�
   profiles:
-    active: prod
+    active: dev
   http:
     encoding:
       charset: UTF-8
@@ -15,14 +15,6 @@
       max-request-size: 200MB
   application:
     name: integrated-schedule
-  redis:
-    jedis:
-      pool:
-        max-active: 2000
-        max-wait: -1
-        max-idle: 10
-        min-idle: 0
-    timeout: 30000
   #璧勬簮鏂囦欢鏄犲皠
   resources:
     static-locations: classpath:/verifyImg/,file:${file.path}
@@ -70,3 +62,6 @@
   encryptor:
     password: EbfYkitulv73I2p0mXI50JMXoaxZTKJ0
 
+zyyt:
+  ipPort: http://10.225.71.10:9090
+

--
Gitblit v1.9.1