mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 14:26:58 +00:00
9 lines
245 B
PHP
9 lines
245 B
PHP
<?php
|
|
|
|
return [
|
|
'cache-prefix' => '',
|
|
'enabled' => env('MODEL_CACHE_ENABLED', true),
|
|
'use-database-keying' => env('MODEL_CACHE_USE_DATABASE_KEYING', true),
|
|
'store' => env('MODEL_CACHE_STORE'),
|
|
];
|