Update config_panel.toml

This commit is contained in:
Éric Gaspar 2024-11-07 16:23:53 +01:00
parent ccf54b8f29
commit eb4fc9d257

View File

@ -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"