Add support for configuring Synapse's media_storage_providers
In the future, we'll also inject media storage providers that we support into the `matrix_synapse_media_storage_providers_auto` list.
This commit is contained in:
@ -1029,6 +1029,7 @@ media_store_path: "/matrix-media-store-parent/{{ matrix_synapse_media_store_dire
|
||||
# store_synchronous: false
|
||||
# config:
|
||||
# directory: /mnt/some/other/directory
|
||||
media_storage_providers: {{ matrix_synapse_media_storage_providers | to_json }}
|
||||
|
||||
# The largest allowed upload size in bytes
|
||||
#
|
||||
|
Reference in New Issue
Block a user