mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 01:06:46 +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_REGISTRATION_MAIL=true
|
||||||
SEND_ERROR_MESSAGE=true
|
SEND_ERROR_MESSAGE=true
|
||||||
SHOW_INCOMPLETE_TRANSLATIONS=false
|
SHOW_INCOMPLETE_TRANSLATIONS=false
|
||||||
|
CACHE_PREFIX=firefly
|
||||||
|
|
||||||
ANALYTICS_ID=
|
ANALYTICS_ID=
|
||||||
SITE_OWNER=mail@example.com
|
SITE_OWNER=mail@example.com
|
||||||
|
@@ -94,6 +94,6 @@ return [
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'prefix' => 'firefly',
|
'prefix' => env('CACHE_PREFIX', 'firefly'),
|
||||||
|
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user