diff --git a/config_panel.toml b/config_panel.toml index 5ade1d5..85c0135 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -10,5 +10,6 @@ services = ["__APP__"] [main.config.max_file_size] ask = "Max file size" type = "number" + default = 100 help = "Choose the maximum file size allowed to send, in Mo (0 = no limit)" bind = "max_file_size:/var/www/__APP__/lufi.conf" \ No newline at end of file