diff --git a/config/database.php b/config/database.php index ce11ab02..5d47720b 100644 --- a/config/database.php +++ b/config/database.php @@ -131,6 +131,7 @@ return [ 'host' => env('REDIS_HOST', '127.0.0.1'), 'port' => env('REDIS_PORT', 6379), 'database' => env('REDIS_DATABASE', 0), + 'password' => env('REDIS_PASSWORD', null), ], ],