Merge pull request #738 from joshavant/patch-1

Improve telemetry.md disabling instructions in docs
This commit is contained in:
Debanjum 2024-05-17 21:43:42 +05:30 committed by GitHub
commit f941948d11
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).