From f5e6133809c553cfd9fb28ee61019927c547c374 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 08 Dec 2021 15:58:33 +0800 Subject: [PATCH] 20211208 fish --- 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