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".