summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-03-28 07:49:01 +0200
committerJoas Schilling <coding@schilljs.com>2023-03-28 07:49:01 +0200
commitab1af9952f60d417199871cb63305c2fe7bb75c5 (patch)
tree6281bed8ccf27b746e7af0e4c2545219fa4f6efa /config
parent3ad93182d6f983811cf6b14300dba4840aaefb75 (diff)
downloadnextcloud-server-ab1af9952f60d417199871cb63305c2fe7bb75c5.tar.gz
nextcloud-server-ab1af9952f60d417199871cb63305c2fe7bb75c5.zip
fix(docs): Fix RST parsing of the sample config
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php22
1 files changed, 12 insertions, 10 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 806345092f2..703bebb28f4 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -139,9 +139,9 @@ $CONFIG = [
'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' => '',
@@ -790,9 +790,10 @@ $CONFIG = [
* The channel that Nextcloud should use to look for updates
*
* Supported values:
- * - ``daily``
- * - ``beta``
- * - ``stable``
+ *
+ * - ``daily``
+ * - ``beta``
+ * - ``stable``
*/
'updater.release.channel' => 'stable',
@@ -1032,10 +1033,11 @@ $CONFIG = [
* 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',