summaryrefslogtreecommitdiff
path: root/config/database.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/database.php')
-rw-r--r--config/database.php2
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),
],
],