Make sure we’re still at 4.6.4 and bunq import is unavailable. [skip ci]

This commit is contained in:
James Cole
2017-08-12 07:01:21 +02:00
parent b5acf1d529
commit 7d0d1c764f
2 changed files with 3 additions and 1 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.5',
'version' => '4.6.4',
'maxUploadSize' => 15242880,
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
'list_length' => 10,