mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
chore(config): remove unused file cache store (#7646)
This commit is contained in:
parent
da96c7885c
commit
eadf63477e
1 changed files with 0 additions and 6 deletions
|
|
@ -44,12 +44,6 @@ return [
|
|||
'key' => env('SESSION_CACHE_KEY', '_cache'),
|
||||
],
|
||||
|
||||
'file' => [
|
||||
'driver' => 'file',
|
||||
'path' => storage_path('framework/cache/data'),
|
||||
'lock_path' => storage_path('framework/cache/data'),
|
||||
],
|
||||
|
||||
'redis' => [
|
||||
'driver' => 'redis',
|
||||
'connection' => env('REDIS_CACHE_CONNECTION', 'cache'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue