mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2026-01-17 09:33:30 -08: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