From 20662f11dc1888e1e737e41e938cb4cc320a44cc Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Thu, 19 Dec 2024 11:40:20 +0800
Subject: [PATCH] refactor(config): 重构配置文件并添加新配置

---
 src/main/resources/application-prod.yml |   25 +++++++++++++++++--------
 1 files changed, 17 insertions(+), 8 deletions(-)

diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml
index 712ce34..9f3b963 100644
--- a/src/main/resources/application-prod.yml
+++ b/src/main/resources/application-prod.yml
@@ -22,13 +22,13 @@
 
   redis:
     # Redis数据库索引(默认为 0)
-    database: 1
+    database: 15
     # Redis服务器地址
     host: 127.0.0.1
     # Redis服务器连接端口
     port: 6379
     # Redis 密码
-    password: lianghua1!qaz2@WSX
+    password: 1234!@#$!QAZ
     lettuce:
       pool:
         # 连接池中的最小空闲连接
@@ -44,8 +44,8 @@
   rabbitmq:
     host: 127.0.0.1
     port: 5672
-    username: e20210816
-    password: e20210816
+    username: xc_rabbit
+    password: xuncong123
     publisher-confirm-type: correlated
 
 pay:
@@ -75,9 +75,18 @@
 
 static:
   resource:
-    url: https://res.mye2u.com/
-    path: /home/javaweb/resource/
+    url: https://res.runstep.cc/
+    path: /home/javaweb/webresource/runstep/
 
 system:
-  job: true
-  runStep: true
\ No newline at end of file
+  job: false
+  runStep: true
+
+chain:
+  bsc: false
+  trc: false
+
+# rabbitMq 消费者
+# true:启动消费者 false:关闭消费者
+consumer:
+  open: true
\ No newline at end of file

--
Gitblit v1.9.1