summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
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