From ecd3e29dd40060fc9fc73807740a868c397b8462 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 26 Jul 2022 18:59:14 +0800
Subject: [PATCH] fix
---
src/main/resources/application-prod.yml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml
index d63a387..4451c93 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: 120.27.238.55
+ port: 5672
+ username: abc_user
+ password: abc123
+ publisher-confirm-type: correlated
jackson:
date-format: yyyy-MM-dd HH:mm:ss
--
Gitblit v1.9.1