🛠️ Add .env file for environment variable configuration
This commit is contained in:
12
.env
Normal file
12
.env
Normal file
@@ -0,0 +1,12 @@
|
||||
# Discord OAuth Configuration
|
||||
# These variables are read by Vite during build and embedded into the frontend bundle
|
||||
# Get your values from https://discord.com/developers/applications
|
||||
|
||||
VITE_DISCORD_CLIENT_ID=your_client_id_here
|
||||
VITE_DISCORD_REDIRECT_URI=http://localhost:5173/oauth/callback
|
||||
|
||||
# Backend server port
|
||||
BACKEND_PORT=3099
|
||||
|
||||
# Node environment
|
||||
NODE_ENV=development
|
||||
Reference in New Issue
Block a user