revise updater.server.url to reflect nextcloud.org URL, also it's comment

This commit is contained in:
= 2016-06-16 09:08:00 -04:00
parent 1604066184
commit 60f4f99002
1 changed files with 2 additions and 2 deletions

View File

@ -504,9 +504,9 @@ $CONFIG = array(
'updatechecker' => true,
/**
* URL that ownCloud should use to look for updates
* URL that Nextcloud should use to look for updates
*/
'updater.server.url' => 'https://updates.owncloud.com/server/',
'updater.server.url' => 'https://updates.nextcloud.org/server/',
/**
* Is ownCloud connected to the Internet or running in a closed network?