config: add telemetry opt out to env

This commit is contained in:
Manuel
2024-02-04 11:26:05 +01:00
parent ae12f0c9df
commit c89d13557d

View File

@@ -13,3 +13,5 @@ AUTH_URL='http://localhost:3000'
# You can generate the secret via 'openssl rand -base64 32' on Unix
# @see https://next-auth.js.org/configuration/options#secret
AUTH_SECRET='supersecret'
TURBO_TELEMETRY_DISABLED=1