From dcc9e23af5cc800768dfa7802be5962862598a1d Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Sat, 11 May 2024 14:39:23 +0800
Subject: [PATCH] 香港新环境

---
 src/main/resources/application-dev.yml |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index 06c4fd1..ed1869f 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -17,18 +17,23 @@
         base:
           username: ct_test
           password: 123456
+          # 154.91.195.148
           driver-class-name: com.mysql.cj.jdbc.Driver
-          url: jdbc:mysql://120.27.238.55:3306/db_tfc?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8
+          url: jdbc:mysql://120.27.238.55:3406/db_speed?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8
+#          username: db_soccer
+#          password: db_soccer123
+#          driver-class-name: com.mysql.cj.jdbc.Driver
+#          url: jdbc:mysql://154.91.195.148:3306/db_soccer?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8
 
   redis:
     # Redis数据库索引(默认为 0)
-    database: 9
+    database: 8
     # Redis服务器地址
     host: 120.27.238.55
     # Redis服务器连接端口
-    port: 6379
+    port: 6479
     # Redis 密码
-    password: xcong123
+    password: d3y6dsdl;f.327
     lettuce:
       pool:
         # 连接池中的最小空闲连接
@@ -50,5 +55,7 @@
 
 system:
   online-transfer: true
-  chain-listener: true
-  trade-job: true
\ No newline at end of file
+  chain-listener: false
+  reset-job: false
+  quartz-job: false
+  debug: true
\ No newline at end of file

--
Gitblit v1.9.1