From 8f4e2c61ec9ea6f0a0db5d612923dcf622d58aec Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Thu, 03 Dec 2020 14:54:19 +0800 Subject: [PATCH] modify --- 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