Update telemetry.md disabling instructions

This commit is contained in:
Josh Avant 2024-05-15 15:18:00 -05:00 committed by GitHub
parent 7feaf34702
commit 37ad1d5397
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,11 @@ We don't send any personal information or any information from/about your conten
If you're self-hosting Khoj, you can opt out of telemetry at any time. To do so,
1. Open `~/.khoj/khoj.yml`
2. Set `should-log-telemetry` to `false`
2. Add the following configuration:
```
app:
should-log-telemetry: false
```
3. Save the file and restart Khoj
If you have any questions or concerns, please reach out to us on [Discord](https://discord.gg/BDgyabRM6e).