diff --git a/docs/DISCORD-PORTAL-SETUP.md b/docs/DISCORD-PORTAL-SETUP.md index 402fb4f3..42872f18 100644 --- a/docs/DISCORD-PORTAL-SETUP.md +++ b/docs/DISCORD-PORTAL-SETUP.md @@ -169,13 +169,19 @@ If you're using **Vercel**, **Railway**, or another hosting platform: 2. Under "Environment Variables", ensure these are set: ``` -DISCORD_BOT_TOKEN=NTc4OTcxMjQ1NDU0OTUwNDIx.Gxq1Fg.tvKSDkB7YnohZMUNJs6_Glp06_HjmL0kCcLhQ0 +DISCORD_BOT_TOKEN= DISCORD_CLIENT_ID=578971245454950421 -DISCORD_CLIENT_SECRET=JKlilGzcTWgfmt2wEqiHO8wpCel5VEji -DISCORD_PUBLIC_KEY=d9771dd29e3a6f030cb313e33bb4b51384c7c36829bd551df714681dcf1e1eb0 +DISCORD_CLIENT_SECRET= +DISCORD_PUBLIC_KEY= VITE_DISCORD_CLIENT_ID=578971245454950421 ``` +**⚠️ CRITICAL SECURITY: Never commit these secrets to git or upload to documentation!** +- Get `DISCORD_BOT_TOKEN` from Discord Developer Portal > Bot section +- Get `DISCORD_CLIENT_SECRET` from OAuth2 > General section +- Get `DISCORD_PUBLIC_KEY` from Bot section +- Only set these in your hosting platform's environment variables (Vercel, Railway, etc.) + **Do NOT commit these secrets to git!** ---