aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPitu <[email protected]>2021-06-17 01:17:32 +0900
committerPitu <[email protected]>2021-06-17 01:17:32 +0900
commitff343727d22927caf244eca9763669a1ca54d971 (patch)
treec98a39b0ac531d2d4ac92aedb4cf6f26cf98e324
parentfeat: fetch settings from api (diff)
downloadhost.fuwn.me-ff343727d22927caf244eca9763669a1ca54d971.tar.xz
host.fuwn.me-ff343727d22927caf244eca9763669a1ca54d971.zip
fix: upload size
-rw-r--r--src/site/store/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/store/config.js b/src/site/store/config.js
index 3f5d752..7f6bcae 100644
--- a/src/site/store/config.js
+++ b/src/site/store/config.js
@@ -4,7 +4,7 @@ export const state = () => ({
URL: process.env.development ? 'http://localhost:5000' : '/',
baseURL: `${process.env.development ? 'http://localhost:5000' : ''}/api`,
serviceName: '',
- maxFileSize: '',
+ maxUploadSize: 0,
chunkSize: 0,
publicMode: false,
userAccounts: false