mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 10:20:02 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user