diff options
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, |