From 36468ad5bb8b3460dd7804d4b05854db2bde188b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 20 Sep 2023 18:55:12 +0200 Subject: [PATCH] fix --- conf/config.production.js | 4 ++-- manifest.toml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) 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"