Skip to content

Commit ac4f59f

Browse files
jnweigeriasdeoupxe
andauthored
docs: update telemetry.enabled in config.sample.php (#41286)
* docs: update telemetry.enabled in config.sample.php As motivated in #41285 Thanks for the hint. I'd like to include a link to the documentation here, but that link is not yet available -> owncloud/docs-server#1350 * docs: update config/config.sample.php improve wording around telemetry.enabled Co-authored-by: iasdeoupxe <[email protected]> --------- Co-authored-by: iasdeoupxe <[email protected]>
1 parent 841804c commit ac4f59f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

config/config.sample.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1884,13 +1884,14 @@
18841884
'loginPolicy.groupLoginPolicy.forbidMap' => [],
18851885

18861886
/**
1887-
* Enable Sending Telemetry Reports
1887+
* Enable Sending Telemetry Reports for Enterprise Customers
18881888
* Telemetry data is a subset of the config report as produced by the command `occ configreport:generate`.
18891889
*
1890-
* * If set to true, a daily telemetry report is sent to https://telemetry.owncloud.com/oc10-telemetry
1891-
* * If set to false, no telemetry reports are sent.
1890+
* * If set to true and an enterprise license key is installed, a daily telemetry report is sent to https://telemetry.owncloud.com/oc10-telemetry
1891+
* * If set to false or the configreport app is disabled, no telemetry reports are sent
18921892
*
18931893
* Default: true
1894+
* For community servers (without a license key) telemetry reports are never sent.
18941895
*/
18951896
'telemetry.enabled' => true,
18961897
];

0 commit comments

Comments
 (0)