mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-02 20:26:06 -04:00
Remove vestiges of uploads_path config (#9462)
`uploads_path` was a thing that was never used; most of it was removed in #6628 but a few vestiges remained.
This commit is contained in:
parent
71c9f8de6d
commit
1b2d6d55c5
5 changed files with 1 additions and 4 deletions
|
@ -11,7 +11,6 @@ The image also does *not* provide a TURN server.
|
|||
By default, the image expects a single volume, located at ``/data``, that will hold:
|
||||
|
||||
* configuration files;
|
||||
* temporary files during uploads;
|
||||
* uploaded media and thumbnails;
|
||||
* the SQLite database if you do not configure postgres;
|
||||
* the appservices configuration.
|
||||
|
|
|
@ -89,7 +89,6 @@ federation_rc_concurrent: 3
|
|||
## Files ##
|
||||
|
||||
media_store_path: "/data/media"
|
||||
uploads_path: "/data/uploads"
|
||||
max_upload_size: "{{ SYNAPSE_MAX_UPLOAD_SIZE or "50M" }}"
|
||||
max_image_pixels: "32M"
|
||||
dynamic_thumbnails: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue