From 8b428d84c0666d3ded46c20965784b2f5f5369fb Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 9 May 2016 11:25:58 +0200 Subject: Make update server URL configurable Currently testing the updates is a big problem and not really super easy possible. Since we now have a new updater server we should also make this configurable so that people can properly test updates. --- config/config.sample.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config') diff --git a/config/config.sample.php b/config/config.sample.php index db662cfd74f..0027a533368 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -471,6 +471,11 @@ $CONFIG = array( */ 'updatechecker' => true, +/** + * URL that ownCloud should use to look for updates + */ +'updater.server.url' => 'https://updates.owncloud.com/server/', + /** * Is ownCloud connected to the Internet or running in a closed network? */ -- cgit v1.2.3