From 25b7c20058193ec4649f6b50b5dc418e1627f7a1 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 5 Nov 2025 16:34:00 +0000 Subject: [PATCH] Update environment variables in Discord setup guide cgen-3ebd6078f0da4f4ead47fd58613f86e8 --- DISCORD_SETUP.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DISCORD_SETUP.md b/DISCORD_SETUP.md index 25a2a130..223a6223 100644 --- a/DISCORD_SETUP.md +++ b/DISCORD_SETUP.md @@ -36,7 +36,8 @@ Set these environment variables in your deployment: ```bash VITE_DISCORD_CLIENT_ID=578971245454950421 DISCORD_CLIENT_SECRET=your-client-secret-here -DISCORD_REDIRECT_URI=https://your-domain.com/discord/callback +DISCORD_PUBLIC_KEY=your-public-key-here +DISCORD_REDIRECT_URI=https://aethex.dev/discord/callback ``` **For Local Development:** @@ -44,6 +45,7 @@ DISCORD_REDIRECT_URI=https://your-domain.com/discord/callback # .env or via DevServerControl VITE_DISCORD_CLIENT_ID=578971245454950421 DISCORD_CLIENT_SECRET=your-client-secret-here +DISCORD_PUBLIC_KEY=your-public-key-here PUBLIC_BASE_URL=http://localhost:5173 ```