Added 'MAX_UPLOAD_SIZE' variable and set default to "10M"

pull/3882/head
Simon Dwyer 2018-09-16 10:22:27 +10:00
parent 9d13ff4da8
commit 9c749a6b61
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ federation_rc_concurrent: 3
media_store_path: "/data/media"
uploads_path: "/data/uploads"
max_upload_size: "10M"
max_upload_size: "{{ SYNAPSE_MAX_UPLOAD_SIZE or "10M" }}"
max_image_pixels: "32M"
dynamic_thumbnails: false