From a7aca2f0ae9455d23a7c8c5c5f2a6210b6e1fb4f Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Fri, 26 Aug 2022 18:31:09 +0800
Subject: [PATCH] fix

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

diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml
index d63a387..ac92788 100644
--- a/src/main/resources/application-prod.yml
+++ b/src/main/resources/application-prod.yml
@@ -41,6 +41,12 @@
         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
@@ -49,4 +55,5 @@
 system:
   online-transfer: true
   chain-listener: true
-  trade-job: false
\ No newline at end of file
+  trade-job: true
+  isDebug: false
\ No newline at end of file

--
Gitblit v1.9.1