Merge pull request #133 from hailthemelody/master

revise updater.server.url to reflect nextcloud.org URL
This commit is contained in:
Morris Jobke 2016-06-16 15:48:54 +02:00 committed by GitHub
commit b5cf83df03

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?