generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot
2021-12-17 04:05:59 +00:00
parent 93f9a9c4e2
commit a6b6e2d398

View File

@@ -1972,6 +1972,19 @@ unlikely.
Defaults to ``1800`` (seconds)
::
'files_external_allow_create_new_local' => true,
Allows to create external storages of type "Local" in the web interface and APIs.
When disable, it is still possible to create local storages with occ using
the following command:
% php occ files_external:create /mountpoint local null::null -c datadir=/path/to/data
Defaults to ``true``
::
'filesystem_check_changes' => 0,