diff options
author | = <=> | 2016-06-16 09:08:00 -0400 |
---|---|---|
committer | = <=> | 2016-06-16 09:16:20 -0400 |
commit | 60f4f99002edf269c7bd3bee4bf774d9e341f6a8 (patch) | |
tree | 69ed01dd46848068dc26673fdd8e9b11096ab623 /config | |
parent | 1604066184f053f664c47063cb021b56a1741038 (diff) | |
download | nextcloud-server-60f4f99002edf269c7bd3bee4bf774d9e341f6a8.tar.gz nextcloud-server-60f4f99002edf269c7bd3bee4bf774d9e341f6a8.zip |
revise updater.server.url to reflect nextcloud.org URL, also it's comment
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 36c5fd55232..71ed5d01962 100644 --- a/config/config.sample.php +++ b/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? |