Update config_panel.toml

This commit is contained in:
Éric Gaspar 2024-11-07 09:31:16 +01:00
parent e50cf3a545
commit 0cdd8be81b

View File

@ -13,7 +13,7 @@ services = ["__APP__"]
ask.en = "Max File Size" ask.en = "Max File Size"
ask.fr = "Taille maximale du fichier" ask.fr = "Taille maximale du fichier"
type = "number" type = "number"
default = "2684354560" default = 2684354560
help.en = "Define the maximum file size limit" help.en = "Define the maximum file size limit"
help.fr = "Définir la limite de taille maximale du fichier" help.fr = "Définir la limite de taille maximale du fichier"
bind = ":__INSTALL_DIR__/server/config.js" bind = ":__INSTALL_DIR__/server/config.js"
@ -22,7 +22,7 @@ services = ["__APP__"]
ask.en = "Max download" ask.en = "Max download"
ask.fr = "Téléchargement maximal" ask.fr = "Téléchargement maximal"
type = "number" type = "number"
default = "100" default = 100
help.en = "Define the maximum download limit" help.en = "Define the maximum download limit"
help.fr = "Définir la limite maximale du nombre de téléchargement" help.fr = "Définir la limite maximale du nombre de téléchargement"
bind = ":__INSTALL_DIR__/server/config.js" bind = ":__INSTALL_DIR__/server/config.js"