Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ VITE_WALLET_BAKO=0x5fc20ca8872c2Ee939B8a9f3902eA0Ad2c99E16c064721e7007ACa984ceF5
VITE_SEQUENCER_URL='https://rest-fuel-seq.simplystaking.xyz/'

# PRIVY
VITE_PRIVY_APP_ID=
VITE_PRIVY_CLIENT_ID=
VITE_PRIVY_APP_ID=cmdddunbk00njjf0nz6r5r3e9
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 CRITICAL: Sensitive credentials committed to repository

Problem: You're committing Privy App ID and Client ID directly to the repository. This violates our security standards which explicitly state "Nunca commitar: .env, tokens, secrets, credentials". These values will be visible in git history and accessible to anyone with repository access.

Suggestion:

  1. Remove these values from the commit
  2. Add them to your local .env.production file (which should be gitignored)
  3. Document the required environment variables in README or a .env.example file
  4. Use your deployment platform's environment variable configuration to set these in production

VITE_PRIVY_CLIENT_ID=client-WY6NvGfhLKaB36r6k53Vfcnjvi7ntMJPXV5RcWuho9GLg
Loading