diff options
author | Simon Dwyer <simon@thedwyers.co> | 2018-09-16 10:28:29 +1000 |
---|---|---|
committer | Simon Dwyer <simon@thedwyers.co> | 2018-09-16 13:12:57 +1000 |
commit | f472abd792c5f3d969bb16c9ad7ee278b87ee761 (patch) | |
tree | c024266e6ffe68763ccce2660c81c96096093676 /docker/README.md | |
parent | Added 'MAX_UPLOAD_SIZE' variable and set default to "10M" (diff) | |
download | synapse-f472abd792c5f3d969bb16c9ad7ee278b87ee761.tar.xz |
Added description for "SYNAPSE_MAX_UPLOAD_SIZE" variable.
Diffstat (limited to 'docker/README.md')
-rw-r--r-- | docker/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/README.md b/docker/README.md index 038c78f7c0..ecdf8a8b17 100644 --- a/docker/README.md +++ b/docker/README.md @@ -88,6 +88,7 @@ variables are available for configuration: * ``SYNAPSE_TURN_URIS``, set this variable to the coma-separated list of TURN uris to enable TURN for this homeserver. * ``SYNAPSE_TURN_SECRET``, set this to the TURN shared secret if required. +* ``SYNAPSE_MAX_UPLOAD_SIZE``, the max upload size [default `10M`]. Shared secrets, that will be initialized to random values if not set: |