Restore config (#262)

This commit is contained in:
James Cole 2016-06-06 09:28:25 +02:00
parent 7527433738
commit 8dc106b79a

View File

@ -5,6 +5,7 @@ declare(strict_types = 1);
return [
'chart' => 'chartjs',
'version' => '3.9.0',
'csv_import_enabled' => true,
'maxUploadSize' => 5242880,
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
'resend_confirmation' => 3600,