Merge pull request #134 from hailthemelody/stable9-backport-updater-url
[stable9] revise updater.server.url to reflect nextcloud.org URL
This commit is contained in:
commit
03dfb22b46
|
@ -497,7 +497,7 @@ $CONFIG = array(
|
||||||
'updatechecker' => true,
|
'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.nextcloud.org/server/',
|
'updater.server.url' => 'https://updates.nextcloud.org/server/',
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue