mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-31 19:27:51 -06:00
Updated config for user activation.
This commit is contained in:
parent
3ebcd5f738
commit
1059c7e2be
@ -8,6 +8,8 @@ return [
|
|||||||
'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'],
|
||||||
|
'resend_confirmation' => 3600,
|
||||||
|
'confirmation_age' => 14400, // four hours
|
||||||
|
|
||||||
'export_formats' => [
|
'export_formats' => [
|
||||||
'csv' => 'FireflyIII\Export\Exporter\CsvExporter',
|
'csv' => 'FireflyIII\Export\Exporter\CsvExporter',
|
||||||
@ -224,6 +226,6 @@ return [
|
|||||||
'limit' => 10,
|
'limit' => 10,
|
||||||
|
|
||||||
// The maximum number of transactions to analyse, when testing a list of triggers
|
// The maximum number of transactions to analyse, when testing a list of triggers
|
||||||
'range' => 200
|
'range' => 200,
|
||||||
]
|
],
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user