That's better xD

This commit is contained in:
Ferks-FK 2023-02-05 21:46:36 +00:00 committed by IceToast
parent 302ef9227a
commit da4693b310

View file

@ -75,9 +75,9 @@ return [
* additional prefix.
*/
'cache' => [
'enabled' => env('SETTINGS_CACHE_ENABLED', false),
'store' => null,
'prefix' => 'setting_',
'enabled' => env('SETTINGS_CACHE_ENABLED', true),
'store' => 'redis',
'prefix' => 'setting',
'ttl' => null,
],