Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Body parser incoming request bodies in a middleware by default has a limit set to 100kb which is small for the request body sent over each form service. Every form service has a generic request body size, The aim is to enable each service to pass the required body size from project level . - Set the limit for both Json and urlencode as a parameter from the project level, the values will be declared the .env file of each project. - make a modification in the lib/setting.js and config/hof-default.js file
- Loading branch information