From a681544d9109ab0f9c7b79803ca66234b47c64c5 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 30 Nov 2020 11:27:40 +0800 Subject: [PATCH] 20201130 --- 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 d7ba143..61c214a 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -72,10 +72,10 @@ ## 连接超时时间(毫秒) timeout: 30000 rabbitmq: - host: 47.114.114.219 + host: 120.27.238.55 port: 5672 - username: roc_user - password: roc123456 + username: ct_rabbit + password: 123456 publisher-confirm-type: correlated -- Gitblit v1.9.1