From ab880eeeb479ae842d0117a53b7228b9a213aba8 Mon Sep 17 00:00:00 2001 From: Pedro Fonseca Date: Sat, 12 Apr 2025 01:05:58 +0100 Subject: [PATCH] Update settings schema --- src/main/resources/settings.yml.template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/resources/settings.yml.template b/src/main/resources/settings.yml.template index 57a5441eb..19a2961d7 100644 --- a/src/main/resources/settings.yml.template +++ b/src/main/resources/settings.yml.template @@ -107,9 +107,7 @@ system: operations: weasyprint: "" #Defaults to /opt/venv/bin/weasyprint unoconvert: "" #Defaults to /opt/venv/bin/unoconvert - uploadLimit: - enableUploadSizeLimit: false # Set to 'true' to enforce a size limit on files uploaded - limit: "" # Defaults to '0MB'. Set a number, between 0 and 999, followed by one of the following strings to set a limit. "KB", "MB", "GB". + fileUploadLimit: "" # Defaults to "". No limit when string is empty. Set a number, between 0 and 999, followed by one of the following strings to set a limit. "KB", "MB", "GB".