]> BookStack Code Mirror - bookstack/blobdiff - app/Config/app.php
Updated minimum php version from 7.3 to 7.4
[bookstack] / app / Config / app.php
index 44e382cdcb59061fd12013caefab501dae883564..39bfa7134f9e441e1b0686b750e72a05c1bdafdf 100644 (file)
@@ -31,6 +31,9 @@ return [
     // Set to -1 for unlimited recycle bin lifetime.
     'recycle_bin_lifetime' => env('RECYCLE_BIN_LIFETIME', 30),
 
+    // The limit for all uploaded files, including images and attachments in MB.
+    'upload_limit' => env('FILE_UPLOAD_SIZE_LIMIT', 50),
+
     // Allow <script> tags to entered within page content.
     // <script> tags are escaped by default.
     // Even when overridden the WYSIWYG editor may still escape script content.