updated config

This commit is contained in:
Denis Duliçi
2022-01-15 13:09:34 +03:00
parent e4f48905e0
commit 4703317cb6
3 changed files with 23 additions and 7 deletions

View File

@ -75,8 +75,8 @@ return [
'redis' => [
'driver' => 'redis',
'connection' => 'cache',
'lock_connection' => 'default',
'connection' => env('REDIS_CACHE_CONNECTION', 'cache'),
'lock_connection' => env('REDIS_CACHE_LOCK_CONNECTION', 'default'),
],
'dynamodb' => [