mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-14 01:13:37 -06:00
New config.
This commit is contained in:
parent
457037ed99
commit
e2c613c422
@ -19,17 +19,11 @@ declare(strict_types = 1);
|
||||
|
||||
return [
|
||||
'configuration' => [
|
||||
'single_user_mode' => true,
|
||||
'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,
|
||||
'single_user_mode' => true,
|
||||
'is_demo_site' => false,
|
||||
],
|
||||
'chart' => 'chartjs',
|
||||
'version' => '4.3.0',
|
||||
'version' => '4.3.1',
|
||||
'csv_import_enabled' => true,
|
||||
'maxUploadSize' => 5242880,
|
||||
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
|
||||
@ -150,7 +144,7 @@ return [
|
||||
'transaction_type' => 'FireflyIII\Models\TransactionType',
|
||||
'currency' => 'FireflyIII\Models\TransactionCurrency',
|
||||
'limitrepetition' => 'FireflyIII\Models\LimitRepetition',
|
||||
'budgetlimit' => 'FireflyIII\Models\BudgetLimit',
|
||||
'budgetlimit' => 'FireflyIII\Models\BudgetLimit',
|
||||
'piggyBank' => 'FireflyIII\Models\PiggyBank',
|
||||
'tj' => 'FireflyIII\Models\TransactionJournal',
|
||||
'unfinishedJournal' => 'FireflyIII\Support\Binder\UnfinishedJournal',
|
||||
|
Loading…
Reference in New Issue
Block a user