diff --git a/config/queue.php b/config/queue.php index 234000815..b01f6741a 100644 --- a/config/queue.php +++ b/config/queue.php @@ -24,9 +24,9 @@ return [ 'redis' => [ 'type' => 'redis', 'queue' => 'default', - 'host' => '127.0.0.1', + 'host' => 'redis', 'port' => 6379, - 'password' => '', + 'password' => env('redis.auth'), 'select' => 0, 'timeout' => 0, 'persistent' => false,