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
b52a48108d
commit
a9e9610594
2 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
"defaultRetention": "3600",
|
"defaultRetention": "3600",
|
||||||
"adminPass": "__PASSWORD__",
|
"adminPass": "__PASSWORD__",
|
||||||
"uploadPass": false,
|
"uploadPass": "__PASSWORD__",
|
||||||
"baseUrl": '__PATH__',
|
"baseUrl": '__PATH__',
|
||||||
"uploadDir": '__DATA_DIR__',
|
"uploadDir": '__DATA_DIR__',
|
||||||
"port": __PORT__,
|
"port": __PORT__,
|
||||||
|
|
|
@ -38,6 +38,8 @@ ram.runtime = "50M"
|
||||||
default = "visitors"
|
default = "visitors"
|
||||||
|
|
||||||
[install.password]
|
[install.password]
|
||||||
|
help.en = "The password is used to allow access to uploads and admin panel."
|
||||||
|
help.fr = "Le mot de passe est utilisé pour autoriser l'accès aux téléchargements et au panneau d'administration."
|
||||||
type = "password"
|
type = "password"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
|
|
Loading…
Add table
Reference in a new issue