From c16d823171b4fdbf47b0fec8dd6f22b319fa039e Mon Sep 17 00:00:00 2001
From: wzy <wzy19931122ai@163.com>
Date: Sun, 07 Aug 2022 13:18:07 +0800
Subject: [PATCH] fix
---
src/main/resources/application-prod.yml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml
index 4451c93..4239dba 100644
--- a/src/main/resources/application-prod.yml
+++ b/src/main/resources/application-prod.yml
@@ -42,7 +42,7 @@
# 连接超时时间(毫秒)
timeout: 5000
rabbitmq:
- host: 120.27.238.55
+ host: 127.0.0.1
port: 5672
username: abc_user
password: abc123
@@ -55,4 +55,4 @@
system:
online-transfer: true
chain-listener: true
- trade-job: false
\ No newline at end of file
+ trade-job: true
\ No newline at end of file
--
Gitblit v1.9.1