From be0a4fcf90d8643af3a9779ecd90797b6627c6cf Mon Sep 17 00:00:00 2001 From: MananTank Date: Mon, 28 Oct 2024 22:27:38 +0000 Subject: [PATCH] Remove unused envs from dashboard .env.example (#5209) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Problem solved Short description of the bug fixed or feature added --- ## PR-Codex overview This PR focuses on updating the `.env.example` file for the `dashboard` application by removing deprecated or unnecessary environment variable entries. ### Detailed summary - Removed the comment regarding `PAYMENTS_ADMIN_SECRET` and its associated empty value. - Deleted the line to disable telemetry (`NEXT_TELEMETRY_DISABLED`). - Removed the comment and empty value for `NEXT_PUBLIC_TRENCH_2_API_ENDPOINT`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- apps/dashboard/.env.example | 9 --------- 1 file changed, 9 deletions(-) diff --git a/apps/dashboard/.env.example b/apps/dashboard/.env.example index 4964213bcab..511a6670423 100644 --- a/apps/dashboard/.env.example +++ b/apps/dashboard/.env.example @@ -75,15 +75,6 @@ GITHUB_API_TOKEN="ghp_..." # Upload server url NEXT_PUBLIC_DASHBOARD_UPLOAD_SERVER="https://storage.thirdweb-preview.com" -# Payments Admin Secret. For dev, get this value from paper-web-dev (on Zeet)'s "HASURA_ADMIN_SECRET_KEY" env var -PAYMENTS_ADMIN_SECRET="" - -# Disable telemetry -NEXT_TELEMETRY_DISABLED=1 - -# Use trench for KYC -NEXT_PUBLIC_TRENCH_2_API_ENDPOINT="" - # Unthread variables - only required for submitting the support form in /support UNTHREAD_API_KEY="" UNTHREAD_TRIAGE_CHANNEL_ID=""