mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 10:46:21 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -1277,6 +1277,15 @@ filesystem
|
||||
1 -> Check each file or folder at most once per request, recommended for
|
||||
general use if outside changes might happen.
|
||||
|
||||
::
|
||||
|
||||
'part_file_in_storage' => true,
|
||||
|
||||
On default ownCloud will store the part files created during upload in the
|
||||
same storage as the upload target. Setting this to false will store the part
|
||||
files in the root of the users folder which might be required to work with certain
|
||||
external storage setups that have limited rename capabilities.
|
||||
|
||||
::
|
||||
|
||||
'asset-pipeline.enabled' => false,
|
||||
|
||||
Reference in New Issue
Block a user