Browse Source

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

pull/133/head
= 10 years ago
parent
commit
60f4f99002
  1. 4
      config/config.sample.php

4
config/config.sample.php

@ -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?

Loading…
Cancel
Save