From c495fc6b75e2b42449a205a9403c0756209bbec7 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Wed, 02 Mar 2022 10:45:55 +0800 Subject: [PATCH] fix --- src/main/resources/application.yml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 696071d..af32131 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -72,10 +72,10 @@ ## 连接超时时间(毫秒) timeout: 30000 rabbitmq: - host: 154.91.195.155 + host: 120.27.238.55 port: 5672 - username: abc_user - password: abc123 + username: ct_rabbit + password: 123456 publisher-confirm-type: correlated -- Gitblit v1.9.1