Remove allowFileUploads ACP option (#8324)

* feat: allow awaitable upgrade scripts

* feat: allowFileUploads removal upgrade script

* refactor: remove unnecessary ACP option `allowFileUploads`

* fix: updated upgrade script template to not use callback arg

* fix: upgrade script as per @baris

* fix: add missing await

* fix: add missing await
This commit is contained in:
Julian Lam
2020-05-21 16:06:35 -04:00
committed by GitHub
parent 01bff2ae05
commit 6f504c4142
13 changed files with 51 additions and 51 deletions

View File

@@ -32,7 +32,6 @@
"registrationType": "normal",
"registrationApprovalType": "normal",
"allowAccountDelete": 1,
"allowFileUploads": 0,
"privateUploads": 0,
"allowedFileExtensions": "png,jpg,bmp,txt",
"allowUserHomePage": 1,