Merge pull request #1754 from gpasztor87/patch-2
Add missing option to redis config.
This commit is contained in:
commit
c7862a84b6
|
|
@ -118,6 +118,7 @@ return [
|
|||
|
||||
'default' => [
|
||||
'host' => '127.0.0.1',
|
||||
'password' => null,
|
||||
'port' => 6379,
|
||||
'database' => 0,
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue