aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorElizabeth Danzberger <lizzy7128@tutanota.de>2024-12-18 16:42:16 -0500
committerElizabeth Danzberger <lizzy7128@tutanota.de>2025-01-15 16:38:18 -0500
commitfdfeb7f265bfaef46bab8f3b506df6f69807d435 (patch)
tree64b158214c9a2edd341f9b0dbcb92b55a3a74042 /config
parent6da58974a1a75275d99a75417ddd8f5d47851845 (diff)
downloadnextcloud-server-fdfeb7f265bfaef46bab8f3b506df6f69807d435.tar.gz
nextcloud-server-fdfeb7f265bfaef46bab8f3b506df6f69807d435.zip
feat(api): File conversion API
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index ebc8427558f..b0b0f21853b 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1429,6 +1429,14 @@ $CONFIG = [
'metadata_max_filesize' => 256,
/**
+ * Maximum file size for file conversion.
+ * If a file exceeds this size, the file will not be converted.
+ *
+ * Default: 100 MiB
+ */
+'max_file_conversion_filesize' => 100,
+
+/**
* LDAP
*
* Global settings used by LDAP User and Group Backend