From a3678b490a4e42a93713aa7c611fdd882969c4ac Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal Date: Fri, 28 Jul 2023 00:32:34 +0530 Subject: [PATCH] chore: update .env.example --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index 2b6931761..66237fd6b 100644 --- a/.env.example +++ b/.env.example @@ -19,6 +19,8 @@ NEXT_PUBLIC_ENABLE_SESSION_RECORDER=0 NEXT_PUBLIC_TRACK_EVENTS=0 # Slack for Slack Integration NEXT_PUBLIC_SLACK_CLIENT_ID="" +# For Telemetry, set it to "app.plane.so" +NEXT_PUBLIC_PLAUSIBLE_DOMAIN="" # Backend # Debug value for api server use it as 0 for production use