diff options
author | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-05-09 17:41:25 +0200 |
---|---|---|
committer | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-05-09 17:41:25 +0200 |
commit | 51d7c875516fdaaa46d7d66eb574c8c814470f23 (patch) | |
tree | 9643e238065194929a401674dfb75d0a76707225 /config/config.sample.php | |
parent | 885c8421009df051e71f2a4dbe44504605004d0a (diff) | |
parent | 8b428d84c0666d3ded46c20965784b2f5f5369fb (diff) | |
download | nextcloud-server-51d7c875516fdaaa46d7d66eb574c8c814470f23.tar.gz nextcloud-server-51d7c875516fdaaa46d7d66eb574c8c814470f23.zip |
Merge pull request #24500 from owncloud/updater-server-configurable
Make update server URL configurable
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ -472,6 +472,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? */ 'has_internet_connection' => true, |