We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5b649 commit a2e0bf5Copy full SHA for a2e0bf5
config/database.php
@@ -98,14 +98,14 @@
98
'host' => env('REDIS_HOST', 'localhost'),
99
'password' => env('REDIS_PASSWORD', null),
100
'port' => env('REDIS_PORT', 6379),
101
- 'database' => env('REDIS_DATBASE', 0),
+ 'database' => env('REDIS_DATABASE', 0),
102
],
103
104
'sessions' => [
105
106
107
108
- 'database' => env('REDIS_DATBASE_SESSIONS', 1),
+ 'database' => env('REDIS_DATABASE_SESSIONS', 1),
109
110
111
];
0 commit comments