mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Merge pull request #738 from joshavant/patch-1
Improve telemetry.md disabling instructions in docs
This commit is contained in:
commit
f941948d11
1 changed files with 5 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue