updated configs

This commit is contained in:
Denis Duliçi
2021-03-06 12:03:34 +03:00
parent 0cbe5da057
commit f810f970fd
3 changed files with 10 additions and 3 deletions

View File

@ -14,7 +14,7 @@ return [
| not explicitly specified when executing a given caching function.
|
| Supported: "apc", "array", "database", "file",
| "memcached", "redis", "dynamodb"
| "memcached", "redis", "dynamodb", "null"
|
*/
@ -46,6 +46,7 @@ return [
'driver' => 'database',
'table' => 'cache',
'connection' => null,
'lock_connection' => null,
],
'file' => [
@ -75,6 +76,7 @@ return [
'redis' => [
'driver' => 'redis',
'connection' => 'cache',
'lock_connection' => 'default',
],
'dynamodb' => [