diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-04-11 16:58:08 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-04-18 17:09:21 +0200 |
commit | 739dfb5c6638301799ee8dafd6b10460b493319d (patch) | |
tree | 1bb734784ec8ca83653068f21d59e0a27d0f6323 /config | |
parent | fd1740deb604894a8bef515d98c5992a392e6f0a (diff) | |
download | nextcloud-server-739dfb5c6638301799ee8dafd6b10460b493319d.tar.gz nextcloud-server-739dfb5c6638301799ee8dafd6b10460b493319d.zip |
Suggest cli based updater in case the instance is bigger - #23913
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 5 |
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 |