diff --git a/config/database.php b/config/database.php index 1b87e0f1..5ea95fa5 100644 --- a/config/database.php +++ b/config/database.php @@ -111,9 +111,11 @@ 'default' => [ 'host' => env('REDIS_HOST', '127.0.0.1'), - 'password' => env('REDIS_PASSWORD', null), 'port' => env('REDIS_PORT', 6379), 'database' => 0, + 'parameters' => [ + 'password' => env('REDIS_PASSWORD', '') + ] ], ],