aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2021-09-14 11:25:54 +0200
committerGitHub <noreply@github.com>2021-09-14 11:25:54 +0200
commit1e6e0cf7b67dadb1e589121ced65aad3bbd88433 (patch)
tree01a005510a7a11503ce39fe0cd4615a7501b3365
parenta994ef0c4fae63b40cc0bb4ace2766b75a22ff0b (diff)
parent1444251ede303e14f351593ecb47f62978c69838 (diff)
downloadnextcloud-server-1e6e0cf7b67dadb1e589121ced65aad3bbd88433.tar.gz
nextcloud-server-1e6e0cf7b67dadb1e589121ced65aad3bbd88433.zip
Merge pull request #28823 from nextcloud/copy-docs-to-sample-config
Copy doc update to sample config
-rw-r--r--config/config.sample.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 4497a244aad..9a090326ea1 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -723,7 +723,9 @@ $CONFIG = [
/**
* Check if Nextcloud is up-to-date and shows a notification if a new version is
- * available.
+ * available. It sends current version, php version, installation and last update
+ * time and release channel to the updater server which responds with the latest
+ * available version based on those metrics.
*
* Defaults to ``true``
*/