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:
authorThomas Müller <thomas.mueller@tmit.eu>2016-04-11 17:58:08 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2016-04-18 18:09:21 +0300
commit739dfb5c6638301799ee8dafd6b10460b493319d (patch)
tree1bb734784ec8ca83653068f21d59e0a27d0f6323 /config
parentfd1740deb604894a8bef515d98c5992a392e6f0a (diff)
Suggest cli based updater in case the instance is bigger - #23913
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index f05b206957a..7778d4f6d65 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -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