Skip to content

Commit be0a4fc

Browse files
committed
Remove unused envs from dashboard .env.example (#5209)
## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## 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}` <!-- end pr-codex -->
1 parent 0b3fe51 commit be0a4fc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

apps/dashboard/.env.example

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,6 @@ GITHUB_API_TOKEN="ghp_..."
7575
# Upload server url
7676
NEXT_PUBLIC_DASHBOARD_UPLOAD_SERVER="https://storage.thirdweb-preview.com"
7777

78-
# Payments Admin Secret. For dev, get this value from paper-web-dev (on Zeet)'s "HASURA_ADMIN_SECRET_KEY" env var
79-
PAYMENTS_ADMIN_SECRET=""
80-
81-
# Disable telemetry
82-
NEXT_TELEMETRY_DISABLED=1
83-
84-
# Use trench for KYC
85-
NEXT_PUBLIC_TRENCH_2_API_ENDPOINT=""
86-
8778
# Unthread variables - only required for submitting the support form in /support
8879
UNTHREAD_API_KEY=""
8980
UNTHREAD_TRIAGE_CHANNEL_ID=""

0 commit comments

Comments
 (0)