This commit is contained in:
anoadragon453
2026-01-06 23:32:12 +00:00
parent 80e7732e46
commit 3f3acf8ea7
5 changed files with 24 additions and 2 deletions
@@ -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.",