Browse Source

(fixed)7540 附件超过100M上传失败

master
周沫沫历险记 2 years ago
parent
commit
a59c52af8e
  1. 2
      api/config.js

2
api/config.js

@ -88,7 +88,7 @@ const product = {
accessKey: QINIU_AK,
secretKey: QINIU_SK
},
maxSize: 104857600, // 100M
maxSize: 209715200, // 200M
}
}, {
entry: require('./app').entry,

Loading…
Cancel
Save