Add env variable docs (#2440)

* - add env variable docs

* - danger.js rule

* - fix value

* Fix Danger CI setup

* Add token in CI

---------

Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
This commit is contained in:
brendanlaschke
2023-11-14 10:41:09 +01:00
committed by GitHub
parent 5566e6fba8
commit 448f256a35
9 changed files with 227 additions and 3 deletions

View File

@ -12,5 +12,5 @@ Twenty does not use cookies for telemetry or collect email addresses, names, pho
# Opting-out of telemetry
To disable telemetry in your workspace, add the following line to your `server/.env` file:
```
IS_TELEMETRY_ENABLED=false
TELEMETRY_ANONYMIZATION_ENABLED=false
```