Update environment variables in Discord setup guide
cgen-3ebd6078f0da4f4ead47fd58613f86e8
This commit is contained in:
parent
d387616517
commit
25b7c20058
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue