mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Encryption is optional (but on by default) and a command to switch from one to the other
This commit is contained in:
@@ -22,6 +22,7 @@ return [
|
||||
'single_user_mode' => true,
|
||||
'is_demo_site' => false,
|
||||
],
|
||||
'encryption' => (is_null(env('USE_ENCRYPTION')) || env('USE_ENCRYPTION') === true),
|
||||
'chart' => 'chartjs',
|
||||
'version' => '4.3.2',
|
||||
'csv_import_enabled' => true,
|
||||
|
Reference in New Issue
Block a user