mirror of
https://github.com/YunoHost-Apps/psitransfer_ynh.git
synced 2024-09-03 20:16:06 +02:00
fix
This commit is contained in:
parent
fdf1f14a4f
commit
36468ad5bb
2 changed files with 6 additions and 2 deletions
|
@ -18,8 +18,8 @@ module.exports = {
|
||||||
"uploadDir": '__DATA_DIR__',
|
"uploadDir": '__DATA_DIR__',
|
||||||
"port": __PORT__,
|
"port": __PORT__,
|
||||||
"uploadAppPath": '/',
|
"uploadAppPath": '/',
|
||||||
"maxFileSize": Math.pow(2, 20) * 15,
|
// "maxFileSize": Math.pow(2, 20) * 15,
|
||||||
"maxBucketSize": Math.pow(2, 20) * 20,
|
// "maxBucketSize": Math.pow(2, 20) * 20,
|
||||||
"mailFrom": "PsiTransfer <psitransfer@__DOMAIN__>"
|
"mailFrom": "PsiTransfer <psitransfer@__DOMAIN__>"
|
||||||
// "sslKeyFile": './tmp/cert.key',
|
// "sslKeyFile": './tmp/cert.key',
|
||||||
// "sslCertFile": './tmp/cert.pem',
|
// "sslCertFile": './tmp/cert.pem',
|
||||||
|
|
|
@ -29,6 +29,10 @@ ram.runtime = "50M"
|
||||||
[install.domain]
|
[install.domain]
|
||||||
type = "domain"
|
type = "domain"
|
||||||
|
|
||||||
|
[install.path]
|
||||||
|
type = "path"
|
||||||
|
default = "/psitransfer"
|
||||||
|
|
||||||
[install.init_main_permission]
|
[install.init_main_permission]
|
||||||
type = "group"
|
type = "group"
|
||||||
default = "visitors"
|
default = "visitors"
|
||||||
|
|
Loading…
Add table
Reference in a new issue