fix: handle uncaught err of max upload pdf in form

This commit is contained in:
prafull-opensignlabs
2024-03-18 19:47:56 +05:30
parent 1cefe01aee
commit fea30930eb
2 changed files with 11 additions and 9 deletions
+1
View File
@@ -95,6 +95,7 @@ export const config = {
},
appId: process.env.APP_ID || 'myAppId',
maxLimit: 500,
maxUploadSize: '30mb',
masterKey: process.env.MASTER_KEY, //Add your master key here. Keep it secret!
masterKeyIps: ['0.0.0.0/0', '::/0'], // '::1'
serverURL: process.env.SERVER_URL || 'http://localhost:8080/app', // Don't forget to change to https if needed