From 1059c7e2be5c40937f75c808c4828934c06221aa Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 29 Mar 2016 11:54:50 +0200 Subject: [PATCH] Updated config for user activation. --- config/firefly.php | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/config/firefly.php b/config/firefly.php index c47f2d1707..d43e12960b 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -1,13 +1,15 @@ 'chartjs', - 'version' => '3.8.1', - 'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'], - 'budget_periods' => ['daily', 'weekly', 'monthly', 'quarterly', 'half-year', 'yearly'], - 'csv_import_enabled' => true, - 'maxUploadSize' => 5242880, - 'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'], + 'chart' => 'chartjs', + 'version' => '3.8.1', + 'index_periods' => ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'], + 'budget_periods' => ['daily', 'weekly', 'monthly', 'quarterly', 'half-year', 'yearly'], + 'csv_import_enabled' => true, + 'maxUploadSize' => 5242880, + 'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'], + 'resend_confirmation' => 3600, + 'confirmation_age' => 14400, // four hours 'export_formats' => [ 'csv' => 'FireflyIII\Export\Exporter\CsvExporter', @@ -219,11 +221,11 @@ return [ 'append_description', 'prepend_description', ], - 'test-triggers' => [ + 'test-triggers' => [ // The maximum number of transactions shown when testing a list of triggers 'limit' => 10, - + // The maximum number of transactions to analyse, when testing a list of triggers - 'range' => 200 - ] + 'range' => 200, + ], ];