mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
generate documentation from config.sample.php
This commit is contained in:
parent
93f9a9c4e2
commit
a6b6e2d398
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user