Skip to content

Commit

Permalink
Update database.php (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
TitusKirch authored Sep 13, 2023
1 parent fb256f2 commit d18384e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
'password' => env('REDIS_PASSWORD'),
'port' => env('REDIS_PORT', '6379'),
'database' => env('REDIS_DB', '0'),
'prefix' => '',
'prefix' => 'default',
],
],

Expand Down

0 comments on commit d18384e

Please sign in to comment.