File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 14
14
15
15
* - ``enableTelemetry ``
16
16
- boolean
17
- - true
17
+ - `` true ``
18
18
- Enables sending anonymized tracking and diagnostic data to
19
19
MongoDB.
20
20
21
21
* - ``editor ``
22
22
- string
23
- - null
23
+ - `` null ``
24
24
- Designates an editor to use within the :binary: `~bin.mongosh `
25
25
console. Overrides the ``EDITOR `` environment variable if set.
26
26
27
+ * - ``forceDisableTelemetry ``
28
+ - boolean
29
+ - ``true ``
30
+ - Only available in the global configuration file. When true,
31
+ users cannot enable telemetry manually.
32
+
27
33
* - ``historyLength ``
28
34
- integer
29
35
- 1000
59
65
60
66
* - ``showStackTraces ``
61
67
- boolean
62
- - false
68
+ - `` false ``
63
69
- Controls display of a stack trace along with error messages.
64
70
65
71
* - ``snippetAutoload ``
66
72
- boolean
67
- - true
73
+ - `` true ``
68
74
- If ``true ``, automatically load installed
69
75
:ref: `snippets <snip-overview >` at startup.
70
76
You can’t perform that action at this time.
0 commit comments