generate documentation from config.sample.php

This commit is contained in:
Morris Jobke 2017-05-02 20:12:55 +02:00
parent 1317ead7aa
commit 63159a067d

View File

@ -282,6 +282,14 @@ Enforce token authentication for clients, which blocks requests using the user
password for enhanced security. Users need to generate tokens in personal settings
which can be used as passwords on their clients.
::
'auth.bruteforce.protection.enabled' => true,
Whether the bruteforce protection shipped with Nextcloud should be enabled or not.
Disabling this is discouraged for security reasons.
::
'skeletondirectory' => '/path/to/nextcloud/core/skeleton',
@ -531,7 +539,7 @@ to be deleted.
Both minimum and maximum times can be set together to explicitly define
file and folder deletion. For migration purposes, this setting is installed
initially set to "auto", which is equivalent to the default setting in
Nextcloud 8.1 and before.
Nextcloud.
Available values:
@ -572,7 +580,7 @@ to be deleted.
Both minimum and maximum times can be set together to explicitly define
version deletion. For migration purposes, this setting is installed
initially set to "auto", which is equivalent to the default setting in
Nextcloud 8.1 and before.
Nextcloud.
Available values:
@ -615,10 +623,22 @@ available.
::
'updater.server.url' => 'https://updates.nextcloud.org/server/',
'updater.server.url' => 'https://updates.nextcloud.com/updater_server/',
URL that Nextcloud should use to look for updates
::
'updater.release.channel' => 'stable',
The channel that Nextcloud should use to look for updates
Supported values:
- ``daily``
- ``beta`
- ``stable``
- ``production``
::
'has_internet_connection' => true,
@ -793,7 +813,7 @@ When enabled, admins may install apps from the Nextcloud app store.
::
'appstoreurl' => 'https://apps.nextcloud.com/api/v0',
'appstoreurl' => 'https://api.owncloud.com/v1',
The URL of the appstore to use.