mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 05:31:24 +00:00
Add default cache and queue configs
This commit is contained in:
5
config/cache.php
Normal file
5
config/cache.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'default' => env('CACHE_STORE', 'file'),
|
||||
];
|
||||
Reference in New Issue
Block a user