Expand config for redis.

This commit is contained in:
James Cole
2019-12-07 17:44:33 +01:00
parent 1e7de48f59
commit 670c4c6dc3
5 changed files with 295 additions and 224 deletions

View File

@@ -96,7 +96,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'),
],
],