diff options
Diffstat (limited to 'config/database.php')
| -rw-r--r-- | config/database.php | 2 |
1 files changed, 1 insertions, 1 deletions
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), ], ], |
