Files
steamwidgets-web/app/config/cache.php
Daniel Brendel f13e7fff35 Cache config
2024-04-05 22:33:43 +02:00

6 lines
106 B
PHP

<?php
return [
'driver' => env('CACHE_DRIVER', null),
'duration' => env('CACHE_DURATION', 123)
];