From c496fc3162bbd0c1219110df02611ac1433a1403 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 25 Nov 2020 17:55:35 +0800 Subject: [PATCH] 20201125 --- 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