mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-12 09:02:06 -06:00
Bigger max upload.
This commit is contained in:
parent
3e2c2e6395
commit
daf74e11ed
@ -146,7 +146,7 @@ return [
|
||||
'version' => '5.3.0-beta.1',
|
||||
'api_version' => '1.2.0',
|
||||
'db_version' => 14,
|
||||
'maxUploadSize' => 15242880,
|
||||
'maxUploadSize' => 1073741824, // 1 GB
|
||||
'send_error_message' => env('SEND_ERROR_MESSAGE', true),
|
||||
'site_owner' => env('SITE_OWNER', ''),
|
||||
'send_registration_mail' => env('SEND_REGISTRATION_MAIL', true),
|
||||
|
Loading…
Reference in New Issue
Block a user