From 2afc5b363b633798ee437ede25d1453455e996c8 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 12 May 2016 03:35:14 +0200 Subject: [PATCH] generate documentation from config.sample.php --- .../configuration_server/config_sample_php_parameters.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 783eed440..2ecce6825 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -573,6 +573,12 @@ enable apps that pass this check. Check if ownCloud is up-to-date and shows a notification if a new version is available. +:: + + 'updater.server.url' => 'https://updates.owncloud.com/server/', + +URL that ownCloud should use to look for updates + :: 'has_internet_connection' => true,