Browse Source

文件 200M

dev
巴林闲侠 2 years ago
parent
commit
59d3d926b8
  1. 2
      api/config.js

2
api/config.js

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

Loading…
Cancel
Save