From 2aa6eef45e4de7b4409d9284bb201bb5eed0feb5 Mon Sep 17 00:00:00 2001 From: horus Date: Fri, 7 Jan 2022 20:46:51 +0100 Subject: add redis as cache backend --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/database.php b/config/database.php index 7451147..a104c99 100644 --- a/config/database.php +++ b/config/database.php @@ -127,7 +127,7 @@ return [ 'host' => env('REDIS_HOST', '127.0.0.1'), 'password' => env('REDIS_PASSWORD', null), 'port' => env('REDIS_PORT', 6379), - 'database' => 0, + 'database' => env('REDIS_DB', 0), ], ], -- cgit v1.2.3