From fccf7844fb9ed51aa4e01d9f88677b8d44af7dde Mon Sep 17 00:00:00 2001 From: wyn <1074145239@qq.com> Date: Fri, 5 Jun 2026 11:19:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E7=8C=AE=E6=A0=A1=E5=AF=B9=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/extra/rabbitmq.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/extra/rabbitmq.php b/application/extra/rabbitmq.php index a98eb526..e1b5afe7 100644 --- a/application/extra/rabbitmq.php +++ b/application/extra/rabbitmq.php @@ -3,8 +3,8 @@ return [ 'host' => '127.0.0.1', 'port' => 5672, - 'user' => 'admin', - 'password' => '751019', + 'user' => 'guest', + 'password' => 'guest', 'vhost' => '/', 'reference_check' => [