mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
67b1fe5514
Co-authored-by: Tom Moor <tom.moor@gmail.com>
9 lines
192 B
JSON
9 lines
192 B
JSON
{
|
|
"name": "Storage",
|
|
"description": "Plugin for storing files on the local file system",
|
|
"requiredEnvVars": [
|
|
"FILE_STORAGE_UPLOAD_MAX_SIZE",
|
|
"FILE_STORAGE_LOCAL_ROOT_DIR"
|
|
]
|
|
}
|