mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-27 10:17:41 -07:00
Cache config
This commit is contained in:
6
app/config/cache.php
Normal file
6
app/config/cache.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'driver' => env('CACHE_DRIVER', null),
|
||||
'duration' => env('CACHE_DURATION', 123)
|
||||
];
|
Reference in New Issue
Block a user