mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New config.
This commit is contained in:
@@ -19,17 +19,11 @@ declare(strict_types = 1);
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
'configuration' => [
|
'configuration' => [
|
||||||
'single_user_mode' => true,
|
'single_user_mode' => true,
|
||||||
'is_demo_site' => false,
|
'is_demo_site' => false,
|
||||||
'must_confirm_account' => false,
|
|
||||||
'mail_for_lockout' => false,
|
|
||||||
'mail_for_blocked_domain' => false,
|
|
||||||
'mail_for_blocked_email' => false,
|
|
||||||
'mail_for_bad_login' => false,
|
|
||||||
'mail_for_blocked_login' => false,
|
|
||||||
],
|
],
|
||||||
'chart' => 'chartjs',
|
'chart' => 'chartjs',
|
||||||
'version' => '4.3.0',
|
'version' => '4.3.1',
|
||||||
'csv_import_enabled' => true,
|
'csv_import_enabled' => true,
|
||||||
'maxUploadSize' => 5242880,
|
'maxUploadSize' => 5242880,
|
||||||
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
|
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
|
||||||
@@ -150,7 +144,7 @@ return [
|
|||||||
'transaction_type' => 'FireflyIII\Models\TransactionType',
|
'transaction_type' => 'FireflyIII\Models\TransactionType',
|
||||||
'currency' => 'FireflyIII\Models\TransactionCurrency',
|
'currency' => 'FireflyIII\Models\TransactionCurrency',
|
||||||
'limitrepetition' => 'FireflyIII\Models\LimitRepetition',
|
'limitrepetition' => 'FireflyIII\Models\LimitRepetition',
|
||||||
'budgetlimit' => 'FireflyIII\Models\BudgetLimit',
|
'budgetlimit' => 'FireflyIII\Models\BudgetLimit',
|
||||||
'piggyBank' => 'FireflyIII\Models\PiggyBank',
|
'piggyBank' => 'FireflyIII\Models\PiggyBank',
|
||||||
'tj' => 'FireflyIII\Models\TransactionJournal',
|
'tj' => 'FireflyIII\Models\TransactionJournal',
|
||||||
'unfinishedJournal' => 'FireflyIII\Support\Binder\UnfinishedJournal',
|
'unfinishedJournal' => 'FireflyIII\Support\Binder\UnfinishedJournal',
|
||||||
|
|||||||
Reference in New Issue
Block a user