generate documentation from config.sample.php

This commit is contained in:
Morris Jobke
2017-12-02 03:35:41 +01:00
parent 43bd68786c
commit e4d4684917

View File

@@ -758,6 +758,19 @@ which verifies that it can't be accessed directly through the Web server.
Defaults to ``true``
::
'check_data_directory_permissions' => true,
In rare setups (e.g. on Openshift or docker on windows) the permissions check
might block the installation while the underlying system offers no means to
"correct" the permissions. In this case, set the value to false.
In regular cases, if issues with permissions are encountered they should be
adjusted accordingly. Changing the flag is discouraged.
Defaults to ``true``
::
'config_is_read_only' => false,