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:
authorJoas Schilling <coding@schilljs.com>2016-09-08 13:20:29 +0300
committerJoas Schilling <coding@schilljs.com>2016-09-08 13:30:17 +0300
commit0cec06d0c86f567bb3ff95c25bc7ff6d464bd2ba (patch)
tree1955ed42ec402af700e0abc6e51af3283b747266 /config
parent27a3c68d840f2a8d8d212ba4086df10e0969c5e3 (diff)
Change updater URL
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 2b39e93aade..d6680caac18 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -519,7 +519,7 @@ $CONFIG = array(
/**
* URL that Nextcloud should use to look for updates
*/
-'updater.server.url' => 'https://updates.nextcloud.org/server/',
+'updater.server.url' => 'https://updates.nextcloud.com/update-server/',
/**
* Is Nextcloud connected to the Internet or running in a closed network?