1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lufi_ynh.git synced 2024-09-03 19:36:28 +02:00
This commit is contained in:
ericgaspar 2022-08-25 08:50:37 +02:00
parent b6f62f402d
commit d9943c232d
2 changed files with 3 additions and 3 deletions

View file

@ -10,5 +10,5 @@ services = ["__APP__"]
[main.config.max_file_size]
ask = "Max file size"
type = "number"
help = "Choose a max file size, in Mo (0 = no limit)"
help = "Choose the maximum file size allowed to send, in Mo (0 = no limit)"
bind = "max_file_size:/var/www/lufi/lufi.conf"

View file

@ -47,8 +47,8 @@
"name": "max_file_size",
"type": "string",
"ask": {
"en": "Choose a max file size, in Mo (0 = no limit)",
"fr": "Choisissez une taille de fichier maximum chemin, en Mo (0 = pas de limite)"
"en": "Choose a max file size in Mo (0 = no limit)",
"fr": "Choisissez une taille de fichier maximum en Mo (0 = pas de limite)"
},
"example": "100",
"default": "100"