From 443f4591d782cd83c432bdcb407c0bee93f66137 Mon Sep 17 00:00:00 2001 From: Pascal Jufer Date: Tue, 10 Aug 2021 16:41:06 +0200 Subject: [PATCH] Mention TELEMETRY environment variable in docs (#7317) * Mention TELEMETRY environment variable in docs * Add clarification Co-authored-by: rijkvanzanten --- docs/reference/environment-variables.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/reference/environment-variables.md b/docs/reference/environment-variables.md index c516240db0..d9cfe36882 100644 --- a/docs/reference/environment-variables.md +++ b/docs/reference/environment-variables.md @@ -338,7 +338,7 @@ Based on the `EMAIL_TRANSPORT` used, you must also provide the following configu | `EMAIL_MAILGUN_DOMAIN` | A domain from [your Mailgun account](https://app.mailgun.com/app/sending/domains) | -- | | `EMAIL_MAILGUN_HOST` | Allows you to specify a custom host. | 'api.mailgun.net' | -## Misc. +## Admin Account If you're relying on Docker and/or the `directus bootstrap` CLI command, you can pass the following two environment variables to automatically configure the first user: @@ -348,6 +348,16 @@ variables to automatically configure the first user: | `ADMIN_EMAIL` | The email address of the first user that's automatically created when using `directus bootstrap`. | -- | | `ADMIN_PASSWORD` | The password of the first user that's automatically created when using `directus bootstrap`. | -- | +## Telemetry + +To more accurately gauge the frequency of installation, version fragmentation, and general size of the userbase, +Directus collects little and anonymized data about your environment. You can easily opt-out with the following +environment variable: + +| Variable | Description | Default Value | +| ----------- | ----------------------------------------------------------------- | ------------- | +| `TELEMETRY` | Allow Directus to collect anonymized data about your environment. | true | + --- ## Type Casting and Nesting