From a6b6e2d398ba1a0ed8bc1e184a92551f0fffa060 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 17 Dec 2021 04:05:59 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index a83f98d3a..9a3348226 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -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,