]> BookStack Code Mirror - bookstack/blobdiff - .env.example.complete
Added option to configure PDF export paper size
[bookstack] / .env.example.complete
index 37b46fec2a0b2cd732381ae150b4973c518a87c3..9d24fceeb1ef4f086f65d65ed5e9ce704febd54f 100644 (file)
@@ -297,6 +297,11 @@ RECYCLE_BIN_LIFETIME=30
 # Maximum file size, in megabytes, that can be uploaded to the system.
 FILE_UPLOAD_SIZE_LIMIT=50
 
+# Export Page Size
+# Primarily used to determine page size of PDF exports.
+# Can be 'a4' or 'letter'.
+EXPORT_PAGE_SIZE=a4
+
 # Allow <script> tags in page content
 # Note, if set to 'true' the page editor may still escape scripts.
 ALLOW_CONTENT_SCRIPTS=false