From 9e8005abcb2f4e34fcd3cda91e69aca0f7518ac7 Mon Sep 17 00:00:00 2001 From: quyixiao <2621048238@qq.com> Date: Thu, 23 Oct 2025 23:27:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E5=89=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api-web/api-interface/src/main/resources/bootstrap-dev.yml | 7 ++++++- .../api-interface/src/main/resources/bootstrap-online.yml | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/api-web/api-interface/src/main/resources/bootstrap-dev.yml b/api-web/api-interface/src/main/resources/bootstrap-dev.yml index a458763..8dfe264 100644 --- a/api-web/api-interface/src/main/resources/bootstrap-dev.yml +++ b/api-web/api-interface/src/main/resources/bootstrap-dev.yml @@ -58,4 +58,9 @@ spring: host: 121.40.41.240 port: 5672 username: admin - password: XiIg37HKfQg2 \ No newline at end of file + password: XiIg37HKfQg2 +# rabbitmq: +# host: rabit.iwulin.tech +# port: 32407 +# username: admin +# password: Ij_klfJ^$^_3IBs \ No newline at end of file diff --git a/api-web/api-interface/src/main/resources/bootstrap-online.yml b/api-web/api-interface/src/main/resources/bootstrap-online.yml index 1c5c9bb..e011c01 100644 --- a/api-web/api-interface/src/main/resources/bootstrap-online.yml +++ b/api-web/api-interface/src/main/resources/bootstrap-online.yml @@ -49,7 +49,7 @@ spring: host: 172.16.5.230 timeout: 5000 rabbitmq: - host: rabit.iwulin.tech - port: 32407 + host: 121.40.41.240 + port: 5672 username: admin - password: Ij_klfJ^$^_3IBs \ No newline at end of file + password: XiIg37HKfQg2 \ No newline at end of file