mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2026-01-17 07:24:56 -08:00
6 lines
106 B
PHP
6 lines
106 B
PHP
<?php
|
|
|
|
return [
|
|
'driver' => env('CACHE_DRIVER', null),
|
|
'duration' => env('CACHE_DURATION', 123)
|
|
]; |