From 71a5ba8b93a2710d66e8bbc841fbccd667a498c7 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Tue, 23 Nov 2021 17:17:45 +0800 Subject: [PATCH] fix --- src/main/resources/application-test.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 6b9d4f1..239e275 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -72,9 +72,9 @@ ## 连接超时时间(毫秒) timeout: 30000 rabbitmq: - host: 47.96.73.250 + host: 120.27.238.55 port: 5672 - username: rabbit + username: ct_rabbit password: 123456 publisher-confirm-type: correlated -- Gitblit v1.9.1