diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-01-03 17:10:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-03 17:10:52 +0000 |
commit | 98247c4a0e169ee5f201fe5f0e404604d6628566 (patch) | |
tree | 9d79a768cb366dbcaad4cc2f83ccd1ed01a3a3a0 /docs/sample_config.yaml | |
parent | Kill off redundant SynapseRequestFactory (#6619) (diff) | |
download | synapse-98247c4a0e169ee5f201fe5f0e404604d6628566.tar.xz |
Remove unused, undocumented "content repo" resource (#6628)
This looks like it got half-killed back in #888. Fixes #6567.
Diffstat (limited to 'docs/sample_config.yaml')
-rw-r--r-- | docs/sample_config.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index e3b05423b8..fad5f968b5 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -692,10 +692,6 @@ media_store_path: "DATADIR/media_store" # config: # directory: /mnt/some/other/directory -# Directory where in-progress uploads are stored. -# -uploads_path: "DATADIR/uploads" - # The largest allowed upload size in bytes # #max_upload_size: 10M |