diff --git a/config/database.php b/config/database.php index 2b41a2c2..66e88a90 100644 --- a/config/database.php +++ b/config/database.php @@ -117,7 +117,7 @@ 'default' => [ 'host' => env('REDIS_HOST', 'localhost'), - 'password' => env('REDIS_PASSWORD', ''), + 'password' => env('REDIS_PASSWORD', null), 'port' => env('REDIS_PORT', 6379), 'database' => 0, ],