mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add the ability to prefix cache differently.
This commit is contained in:
@@ -37,6 +37,7 @@ MAIL_ENCRYPTION=null
|
||||
SEND_REGISTRATION_MAIL=true
|
||||
SEND_ERROR_MESSAGE=true
|
||||
SHOW_INCOMPLETE_TRANSLATIONS=false
|
||||
CACHE_PREFIX=firefly
|
||||
|
||||
ANALYTICS_ID=
|
||||
SITE_OWNER=mail@example.com
|
||||
|
@@ -94,6 +94,6 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'prefix' => 'firefly',
|
||||
'prefix' => env('CACHE_PREFIX', 'firefly'),
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user