🛠️ Add .env file for environment variable configuration

This commit is contained in:
2026-01-30 05:31:32 +00:00
parent ff1f94b7df
commit 1ff0dcd103

12
.env Normal file
View 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