Merge branch 'master' into develop
This commit is contained in:
commit
ede3202d66
|
@ -117,7 +117,7 @@
|
|||
|
||||
'default' => [
|
||||
'host' => env('REDIS_HOST', 'localhost'),
|
||||
'password' => env('REDIS_PASSWORD', ''),
|
||||
'password' => env('REDIS_PASSWORD', null),
|
||||
'port' => env('REDIS_PORT', 6379),
|
||||
'database' => 0,
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue