From 3df9ce1cd79e43fbc1036e8ee8414de711e97eb0 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Thu, 25 Aug 2022 09:56:12 +0800
Subject: [PATCH] fix

---
 src/main/resources/application-prod.yml |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml
index f32c82d..4239dba 100644
--- a/src/main/resources/application-prod.yml
+++ b/src/main/resources/application-prod.yml
@@ -28,7 +28,7 @@
     # Redis服务器连接端口
     port: 6379
     # Redis 密码
-    password: dapp!@#123
+    password: ann123!@#
     lettuce:
       pool:
         # 连接池中的最小空闲连接
@@ -41,12 +41,18 @@
         max-wait: 10000
     # 连接超时时间(毫秒)
     timeout: 5000
+  rabbitmq:
+    host: 127.0.0.1
+    port: 5672
+    username: abc_user
+    password: abc123
+    publisher-confirm-type: correlated
 
   jackson:
     date-format: yyyy-MM-dd HH:mm:ss
     time-zone: GMT+8
 
 system:
-  online-transfer: false
-  chain-listener: false
-  trade-job: false
\ No newline at end of file
+  online-transfer: true
+  chain-listener: true
+  trade-job: true
\ No newline at end of file

--
Gitblit v1.9.1