diff options
author | Joas Schilling <coding@schilljs.com> | 2021-09-14 09:03:41 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2021-09-14 09:03:41 +0200 |
commit | 1444251ede303e14f351593ecb47f62978c69838 (patch) | |
tree | ec91dabcfe21b6accb58a8e9d91293750389529b /config | |
parent | d31456093d3bb2ff55fe0fde07050f07301459d6 (diff) | |
download | nextcloud-server-1444251ede303e14f351593ecb47f62978c69838.tar.gz nextcloud-server-1444251ede303e14f351593ecb47f62978c69838.zip |
Copy doc update to sample config
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 4 |
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`` */ |