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.
null
1 parent 4db44f8 commit b2dbbafCopy full SHA for b2dbbaf
config/database.php
@@ -129,15 +129,15 @@
129
'default' => [
130
'url' => env('REDIS_URL'),
131
'host' => env('REDIS_HOST', '127.0.0.1'),
132
- 'password' => env('REDIS_PASSWORD', null),
+ 'password' => env('REDIS_PASSWORD'),
133
'port' => env('REDIS_PORT', '6379'),
134
'database' => env('REDIS_DB', '0'),
135
],
136
137
'cache' => [
138
139
140
141
142
'database' => env('REDIS_CACHE_DB', '1'),
143
0 commit comments