Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
remove unused variables
  • Loading branch information
sshmm authored Jan 15, 2025
1 parent 308e1fc commit e2880c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/frontend/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ NEXTAUTH_URL=http://localhost:4200
# Secret hash used for encoding JWTs
NEXTAUTH_SECRET=doremifasolatidodoremifasolatidodoremifasolatidodoremifasolatido

NEXT_PUBLIC_ALCHEMY_KEY=
NEXT_PUBLIC_ALCHEMY_ID=
NEXT_PUBLIC_INFURA_ID=
NEXT_PUBLIC_NETWORK_ID=
NEXT_PUBLIC_WC_PROJECT_ID=
NEXT_PUBLIC_WALLETCONNECT_ID=#same as NEXT_PUBLIC_WC_PROJECT_ID
NEXT_PUBLIC_WALLETCONNECT_ID=
# Used for GitHub's GraphQL API. Read-only permissions until DM needs mutations on our GitHub repo
# https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens
GITHUB_API_TOKEN=
Expand Down

0 comments on commit e2880c2

Please sign in to comment.