From 63db6df162ac99494d6688f5d8723bd37903e51c Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Mon, 31 Jan 2022 09:30:27 -0800 Subject: [PATCH] Add telemetry to config file reference --- docs/docs/reference/configuration-file.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/reference/configuration-file.md b/docs/docs/reference/configuration-file.md index b12e7c02d..d274308ae 100644 --- a/docs/docs/reference/configuration-file.md +++ b/docs/docs/reference/configuration-file.md @@ -150,6 +150,7 @@ Shown below is a complete listing of the configuration options available in | `default['firezone']['smtp_password']` | Outbound email SMTP password. | `nil` | | `default['firezone']['smtp_port']` | Outbound email SMTP port. | `nil` | | `default['firezone']['smtp_user_name']` | Outbound email SMTP username. | `nil` | +| `default['firezone']['telemetry']['enabled']` | Enable or disable anonymized product telemetry. | `true` | | `default['firezone']['connectivity_checks']['enabled']` | Enable or disable the Firezone connectivity checks service. | `true` | | `default['firezone']['connectivity_checks']['interval']` | Interval between connectivity checks in seconds. | `3_600` |