From 89511ab5761cea28b805ae2f196e274189c9c5f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 18 Apr 2023 15:05:59 +0200 Subject: [PATCH] Update config_panel.toml --- config_panel.toml | 1 + 1 file changed, 1 insertion(+) 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