diff --git a/conf/config.production.js b/conf/config.production.js index cdd86c3..f218af6 100644 --- a/conf/config.production.js +++ b/conf/config.production.js @@ -18,8 +18,8 @@ module.exports = { "uploadDir": '__DATA_DIR__', "port": __PORT__, "uploadAppPath": '/', - "maxFileSize": Math.pow(2, 20) * 15, - "maxBucketSize": Math.pow(2, 20) * 20, + // "maxFileSize": Math.pow(2, 20) * 15, + // "maxBucketSize": Math.pow(2, 20) * 20, "mailFrom": "PsiTransfer " // "sslKeyFile": './tmp/cert.key', // "sslCertFile": './tmp/cert.pem', diff --git a/manifest.toml b/manifest.toml index c8e62ab..e233de7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -29,6 +29,10 @@ ram.runtime = "50M" [install.domain] type = "domain" + [install.path] + type = "path" + default = "/psitransfer" + [install.init_main_permission] type = "group" default = "visitors"