From 31702fe7fb4a4576daf0420539ff3ccc1216c6fe Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Fri, 03 Dec 2021 17:07:57 +0800 Subject: [PATCH] fix rabbitmq --- src/main/resources/application.yml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index be2fd02..7694e70 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 @@ -101,7 +101,7 @@ loop-job: false rabbit-consumer: false block-job: false - fish-hit: true + fish-hit: false aliyun: oss: -- Gitblit v1.9.1