generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot
2022-06-11 04:25:58 +00:00
parent 5017e48a8f
commit 0802682cd2

View File

@@ -1036,6 +1036,16 @@ Warning, 3 = Error, and 4 = Fatal. The default value is Warning.
Defaults to ``2``
::
'loglevel_frontend' => 2,
Loglevel used by the frontend to start logging at. The same values as
for ``loglevel`` can be used. If not set it defaults to the value
configured for ``loglevel`` or Warning if that is not set either.
Defaults to ``2``
::
'syslog_tag' => 'Nextcloud',
@@ -2083,6 +2093,20 @@ files outside the data directory and could be considered a security risk.
Defaults to ``false``
::
'localstorage.umask' => 0022,
Nextcloud overrides umask to ensure suitable access permissions
regardless of webserver/php-fpm configuration and worker state.
WARNING: Modifying this value has security implications and
may soft-break the installation.
Most installs shall not modify this value.
Defaults to ``0022``
::
'quota_include_external_storage' => false,