Update .env.example and database config for new predis version

This commit is contained in:
DariusIII
2025-05-08 13:19:36 +02:00
parent fb68c95bd0
commit 6b35c7f67f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -76,6 +76,7 @@ return [
'default' => [
'url' => env('REDIS_URL'),
'host' => env('REDIS_HOST', '127.0.0.1'),
'username' => env('REDIS_USERNAME', 'default'),
'password' => env('REDIS_PASSWORD', null),
'port' => env('REDIS_PORT', 6379),
'database' => env('REDIS_DB', 0),