Various files for upgrade.

This commit is contained in:
James Cole
2017-07-23 09:54:07 +02:00
parent fff8f96490
commit 05e73344eb
4 changed files with 123 additions and 104 deletions

View File

@@ -23,7 +23,7 @@ return [
'is_demo_site' => false,
],
'encryption' => (is_null(env('USE_ENCRYPTION')) || env('USE_ENCRYPTION') === true),
'version' => '4.6.2',
'version' => '4.6.3',
'maxUploadSize' => 15242880,
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
'list_length' => 10,