mirror of
https://github.com/outline/outline.git
synced 2026-02-12 22:08:41 -06:00
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"
|
|
]
|
|
}
|