In the NodeJs environment, the body-parser was set to 1MB, this change makes it configurable with an env variable.
17 lines
362 B
JSON
17 lines
362 B
JSON
{
|
|
"name": "fission-nodejs-bodyParser-example",
|
|
"version": "0.1.0",
|
|
"author": "Rahul Bhati",
|
|
"contributors": [
|
|
{
|
|
"name": "Rahul Bhati",
|
|
"email": "rjbhati009@gmail.com"
|
|
}
|
|
],
|
|
"description": "Nodejs example for setting bodyParser limit param via environment variable",
|
|
"engines": {
|
|
"node": ">=7.6.0"
|
|
},
|
|
"dependencies": {}
|
|
}
|