Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Mar 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@
'dbtableprefix' => '',

/**
* Enable persistent connexions to the database.
* This setting uses the "persistent" option from doctrine dbal, which in turn
* uses the PDO::ATTR_PERSISTENT option from de pdo driver.
* Enable persistent connexions to the database.
* This setting uses the "persistent" option from doctrine dbal, which in turn
* uses the PDO::ATTR_PERSISTENT option from the pdo driver.
*/
'dbpersistent' => '',

Expand Down Expand Up @@ -790,9 +790,10 @@
* The channel that Nextcloud should use to look for updates
*
* Supported values:
* - ``daily``
* - ``beta``
* - ``stable``
*
* - ``daily``
* - ``beta``
* - ``stable``
*/
'updater.release.channel' => 'stable',

Expand Down Expand Up @@ -1032,10 +1033,11 @@
* seen in the first-run wizard and on Personal pages.
*
* Defaults to:
* - Desktop client: ``https://nextcloud.com/install/#install-clients``
* - Android client: ``https://play.google.com/store/apps/details?id=com.nextcloud.client``
* - iOS client: ``https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8``
* - iOS client app id: ``1125420102``
*
* - Desktop client: ``https://nextcloud.com/install/#install-clients``
* - Android client: ``https://play.google.com/store/apps/details?id=com.nextcloud.client``
* - iOS client: ``https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8``
* - iOS client app id: ``1125420102``
*/
'customclient_desktop' =>
'https://nextcloud.com/install/#install-clients',
Expand Down