Add connection settings to cache config.
This commit is contained in:
parent
8d9bbc1c26
commit
8f6db28661
|
|
@ -39,6 +39,7 @@
|
|||
'database' => [
|
||||
'driver' => 'database',
|
||||
'table' => 'cache',
|
||||
'connection' => null,
|
||||
],
|
||||
|
||||
'file' => [
|
||||
|
|
@ -54,7 +55,8 @@
|
|||
],
|
||||
|
||||
'redis' => [
|
||||
'driver' => 'redis'
|
||||
'driver' => 'redis',
|
||||
'connection' => 'default',
|
||||
],
|
||||
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue