diff options
author | Joas Schilling <coding@schilljs.com> | 2016-09-08 12:20:29 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-09-08 12:30:17 +0200 |
commit | 0cec06d0c86f567bb3ff95c25bc7ff6d464bd2ba (patch) | |
tree | 1955ed42ec402af700e0abc6e51af3283b747266 /config | |
parent | 27a3c68d840f2a8d8d212ba4086df10e0969c5e3 (diff) | |
download | nextcloud-server-0cec06d0c86f567bb3ff95c25bc7ff6d464bd2ba.tar.gz nextcloud-server-0cec06d0c86f567bb3ff95c25bc7ff6d464bd2ba.zip |
Change updater URL
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
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? |