fix(docs): Fix RST parsing of the sample config

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/37437/head
Joas Schilling 1 year ago
parent 3ad93182d6
commit ab1af9952f
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205

@ -139,9 +139,9 @@ $CONFIG = [
'dbtableprefix' => '', 'dbtableprefix' => '',
/** /**
* Enable persistent connexions to the database. * Enable persistent connexions to the database.
* This setting uses the "persistent" option from doctrine dbal, which in turn * This setting uses the "persistent" option from doctrine dbal, which in turn
* uses the PDO::ATTR_PERSISTENT option from de pdo driver. * uses the PDO::ATTR_PERSISTENT option from the pdo driver.
*/ */
'dbpersistent' => '', 'dbpersistent' => '',
@ -790,9 +790,10 @@ $CONFIG = [
* The channel that Nextcloud should use to look for updates * The channel that Nextcloud should use to look for updates
* *
* Supported values: * Supported values:
* - ``daily`` *
* - ``beta`` * - ``daily``
* - ``stable`` * - ``beta``
* - ``stable``
*/ */
'updater.release.channel' => 'stable', 'updater.release.channel' => 'stable',
@ -1032,10 +1033,11 @@ $CONFIG = [
* seen in the first-run wizard and on Personal pages. * seen in the first-run wizard and on Personal pages.
* *
* Defaults to: * Defaults to:
* - Desktop client: ``https://nextcloud.com/install/#install-clients`` *
* - Android client: ``https://play.google.com/store/apps/details?id=com.nextcloud.client`` * - Desktop client: ``https://nextcloud.com/install/#install-clients``
* - iOS client: ``https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8`` * - Android client: ``https://play.google.com/store/apps/details?id=com.nextcloud.client``
* - iOS client app id: ``1125420102`` * - iOS client: ``https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8``
* - iOS client app id: ``1125420102``
*/ */
'customclient_desktop' => 'customclient_desktop' =>
'https://nextcloud.com/install/#install-clients', 'https://nextcloud.com/install/#install-clients',

Loading…
Cancel
Save