mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 07:53:16 +00:00
Enable export.
This commit is contained in:
@@ -133,7 +133,7 @@ return [
|
|||||||
'is_demo_site' => false,
|
'is_demo_site' => false,
|
||||||
],
|
],
|
||||||
'feature_flags' => [
|
'feature_flags' => [
|
||||||
'export' => false,
|
'export' => true,
|
||||||
],
|
],
|
||||||
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
|
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
|
||||||
'version' => '5.0.0-alpha.1',
|
'version' => '5.0.0-alpha.1',
|
||||||
|
Reference in New Issue
Block a user