From 4bfd8f61b5d4d7158c7883bb596882a15e7464ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 24 Aug 2022 22:58:28 +0200 Subject: [PATCH] Update config_panel.toml --- config_panel.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index fb57be0..2e58c2a 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -8,7 +8,7 @@ services = ["__APP__"] name = "Configuration Options" [main.config.max_file_size] - ask = "Max file size", + ask = "Max file size" type = "number" help = "Choose a max file size, in Mo (0 = no limit)" bind = "max_file_size:/var/www/lufi/lufi.conf"