diff --git a/config/cache.php b/config/cache.php index fe8bbc8d..c76984f3 100644 --- a/config/cache.php +++ b/config/cache.php @@ -80,6 +80,9 @@ return [ 'redis' => [ 'driver' => 'redis', 'connection' => 'default', + 'password' => env('REDIS_PASSWORD', null), + 'port' => env('REDIS_PORT', 6379), + 'database' => env('REDIS_DB', 0), ], ],