generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot
2021-12-18 04:01:32 +00:00
parent 2ff5a71105
commit 3360c1a5d3

View File

@@ -950,11 +950,11 @@ Defaults to ``true``
In certain environments it is desired to have a read-only configuration file.
When this switch is set to ``true`` Nextcloud will not verify whether the
configuration is writable. However, it will not be possible to configure
all options via the Web interface. Furthermore, when updating Nextcloud
it is required to make the configuration file writable again for the update
process.
When this switch is set to ``true``, writing to the config file will be
forbidden. Therefore, it will not be possible to configure all options via
the Web interface. Furthermore, when updating Nextcloud it is required to
make the configuration file writable again and to set this switch to ``false``
for the update process.
Defaults to ``false``
@@ -1638,8 +1638,6 @@ use the occ command ``preview:repair``. For now this will only migrate
previews that were generated before Nextcloud 19 in the flat
``appdata_INSTANCEID/previews/FILEID`` folder structure.
.. _configPHP_Sharing:
Sharing
-------