Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php11
1 files changed, 8 insertions, 3 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 0bc9a5c3583..db662cfd74f 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -430,14 +430,14 @@ $CONFIG = array(
* 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
- * ownCloud 8.1 and before.
+ * ownCloud 8.1 and before.
*
* Available values:
*
* * ``auto``
* default setting. Automatically expire versions according to expire
- * rules. Please refer to Files_versions online documentation for more
- * info.
+ * rules. Please refer to :doc:`../configuration_files/file_versioning` for
+ * more information.
* * ``D, auto``
* keep versions at least for D days, apply expire rules to all versions
* that are older than D days
@@ -1197,6 +1197,11 @@ $CONFIG = array(
'memcache.locking' => '\\OC\\Memcache\\Redis',
/**
+ * Disable the web based updater
+ */
+'upgrade.disable-web' => false,
+
+/**
* Set this ownCloud instance to debugging mode
*
* Only enable this for local development and not in production environments