mirror of
https://github.com/YunoHost-Apps/send_ynh.git
synced 2024-12-03 11:16:53 +01:00
Update config_panel.toml
This commit is contained in:
parent
ccf54b8f29
commit
eb4fc9d257
@ -13,7 +13,7 @@ services = ["__APP__"]
|
||||
ask.en = "Max File Size"
|
||||
ask.fr = "Taille maximale du fichier"
|
||||
type = "number"
|
||||
default = 100
|
||||
default = "100"
|
||||
help.en = "Choose the maximum file size allowed to send (in Mo)"
|
||||
help.fr = "Choisissez la taille maximale du fichier autorisé à envoyer (en Mo)"
|
||||
bind = "max_file_size:/var/www/__APP__/server/config.js"
|
||||
@ -22,7 +22,7 @@ services = ["__APP__"]
|
||||
ask.en = "Max downloads"
|
||||
ask.fr = "Téléchargements maximal"
|
||||
type = "number"
|
||||
default = 100
|
||||
default = "100"
|
||||
help.en = "Define the maximum download limit"
|
||||
help.fr = "Définir la limite maximale du nombre de téléchargement"
|
||||
bind = "max_downloads:/var/www/__APP__/server/config.js"
|
||||
|
Loading…
Reference in New Issue
Block a user