Skip to content

Commit 841804c

Browse files
jnweigermmattel
andauthored
docs: telemetry.enabled in config.sample.php (#41283)
* docs: Document the system config variable telemetry.enabled in config.sample.php * docs: small text fixes * docs: trailing whitespace is flagged as bad style. --------- Co-authored-by: mmattel <[email protected]>
1 parent 4170aab commit 841804c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

config/config.sample.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1882,4 +1882,15 @@
18821882
* This could happen in earlier versions of the openidconnect app when using the web UI.
18831883
*/
18841884
'loginPolicy.groupLoginPolicy.forbidMap' => [],
1885+
1886+
/**
1887+
* Enable Sending Telemetry Reports
1888+
* Telemetry data is a subset of the config report as produced by the command `occ configreport:generate`.
1889+
*
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.
1892+
*
1893+
* Default: true
1894+
*/
1895+
'telemetry.enabled' => true,
18851896
];

0 commit comments

Comments
 (0)