Binary Content Size
This section helps you to define maximum binary content size that the API end point supports.
Microservice Framework API endpoint supports upto 70 MB file. The binary content should be in MB format.
You should describe the binary content property as follows:
- Add the below property in ENV.env file in docker.
MAX_FILE_UPLOAD_SIZE=70
- Add the below property in yml file.
temn.msf.max.file.upload.size: ${MAX_FILE_UPLOAD_SIZE}
In this topic