mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +00:00
small nit on using .env.local file for disabling telemetry
This commit is contained in:
parent
5dfbdd1684
commit
9eab660512
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ If you'd like to disable all telemetry, you can do so by setting the environment
|
|||
docker run -e <b>SOURCEBOT_TELEMETRY_DISABLED=1</b> /* additional args */ ghcr.io/sourcebot-dev/sourcebot:main
|
||||
</pre>
|
||||
|
||||
Or if you are [building locally](#build-from-source), add the following to your [.env](./.env) file:
|
||||
Or if you are [building locally](#build-from-source), create a `.env.local` file at the repository root with the following contents:
|
||||
```sh
|
||||
SOURCEBOT_TELEMETRY_DISABLED=1
|
||||
NEXT_PUBLIC_SOURCEBOT_TELEMETRY_DISABLED=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue