Local file storage (#5763)
Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
8
plugins/storage/plugin.json
Normal file
8
plugins/storage/plugin.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "Storage",
|
||||
"description": "Plugin for storing files on the local file system",
|
||||
"requiredEnvVars": [
|
||||
"FILE_STORAGE_UPLOAD_MAX_SIZE",
|
||||
"FILE_STORAGE_LOCAL_ROOT_DIR"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user