mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-28 11:34:29 +00:00
deploy: a094d922c9
This commit is contained in:
@@ -2010,6 +2010,14 @@
|
||||
false
|
||||
]
|
||||
},
|
||||
"enable_local_media_storage": {
|
||||
"type": "boolean",
|
||||
"description": "Enable the local on-disk media storage provider. When disabled, media is stored only in configured `media_storage_providers` and temporary files are used for processing.\n**Warning:** If this option is set to `false` and no `media_storage_providers` are configured, all media requests will return 404 errors as there will be no storage backend available.",
|
||||
"default": true,
|
||||
"examples": [
|
||||
false
|
||||
]
|
||||
},
|
||||
"media_store_path": {
|
||||
"type": "string",
|
||||
"description": "Directory where uploaded images and attachments are stored.",
|
||||
|
||||
Reference in New Issue
Block a user