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,