Skip to content

Commit 24c4b12

Browse files
committed
bump to v1.0.17
1 parent d505ac8 commit 24c4b12

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app.js

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ module.exports = function (config) {
5151
favicon: 'favicon.ico',
5252
favicon_enable: false,
5353
post_enable: true,
54+
post_limit_size : '100kb',
5455
cookie_enable: true,
5556
log_enable: true,
5657
log_level: "dev",

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "base2",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "base2",
55
"main": "index.js",
66
"scripts": {
@@ -19,7 +19,7 @@
1919
},
2020
"homepage": "https://github.com/i5ting/base2#readme",
2121
"dependencies": {
22-
"base2-express-middlewares": "^1.0.1",
22+
"base2-express-middlewares": "^1.0.2",
2323
"body-parser": "~1.13.2",
2424
"cookie-parser": "~1.3.5",
2525
"debug": "~2.2.0",

0 commit comments

Comments
 (0)