From ca3a56890fdfd9b85373dd10dfb6fb1168aa0c14 Mon Sep 17 00:00:00 2001 From: chenbo <709206448@qq.com> Date: Tue, 19 Sep 2023 16:36:58 +0800 Subject: [PATCH] =?UTF-8?q?redis=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/queue.php b/config/queue.php index b01f6741a..f89557afd 100644 --- a/config/queue.php +++ b/config/queue.php @@ -24,7 +24,7 @@ return [ 'redis' => [ 'type' => 'redis', 'queue' => 'default', - 'host' => 'redis', + 'host' => env('redis.host'), 'port' => 6379, 'password' => env('redis.auth'), 'select' => 0,