We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d505ac8 commit 24c4b12Copy full SHA for 24c4b12
app.js
@@ -51,6 +51,7 @@ module.exports = function (config) {
51
favicon: 'favicon.ico',
52
favicon_enable: false,
53
post_enable: true,
54
+ post_limit_size : '100kb',
55
cookie_enable: true,
56
log_enable: true,
57
log_level: "dev",
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "base2",
3
- "version": "1.0.16",
+ "version": "1.0.17",
4
"description": "base2",
5
"main": "index.js",
6
"scripts": {
@@ -19,7 +19,7 @@
19
},
20
"homepage": "https://github.com/i5ting/base2#readme",
21
"dependencies": {
22
- "base2-express-middlewares": "^1.0.1",
+ "base2-express-middlewares": "^1.0.2",
23
"body-parser": "~1.13.2",
24
"cookie-parser": "~1.3.5",
25
"debug": "~2.2.0",
0 commit comments