Bigger max upload.

This commit is contained in:
James Cole 2020-06-28 15:30:59 +02:00
parent 3e2c2e6395
commit daf74e11ed

View File

@ -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),