diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-08-13 21:49:28 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-13 21:49:28 +1000 |
commit | 0b6fbb28a858f56766c77eedede7d1dade9e9b1c (patch) | |
tree | 57915f5d49e201849c2656d05ec00b7a0f58e9a8 /docs/sample_config.yaml | |
parent | Merge pull request #5836 from matrix-org/erikj/lower_bound_ttl_well_known (diff) | |
download | synapse-0b6fbb28a858f56766c77eedede7d1dade9e9b1c.tar.xz |
Don't load the media repo when configured to use an external media repo (#5754)
Diffstat (limited to 'docs/sample_config.yaml')
-rw-r--r-- | docs/sample_config.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 1b206fe6bf..0c6be30e51 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -565,6 +565,13 @@ log_config: "CONFDIR/SERVERNAME.log.config" +## Media Store ## + +# Enable the media store service in the Synapse master. Uncomment the +# following if you are using a separate media store worker. +# +#enable_media_repo: false + # Directory where uploaded images and attachments are stored. # media_store_path: "DATADIR/media_store" |