Commit 514b5381 by Vladislav

#19471 Получение кеша групп для шаблона

1 parent 36a3b3d4
Showing with 1 additions and 1 deletions
...@@ -59,7 +59,7 @@ return [ ...@@ -59,7 +59,7 @@ return [
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'), 'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
], ],
'c' => [ 'redis' => [
'driver' => 'redis', 'driver' => 'redis',
'connection' => 'default', 'connection' => 'default',
'queue' => env('REDIS_QUEUE', 'default'), 'queue' => env('REDIS_QUEUE', 'default'),
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!