17 lines
356 B
Bash
17 lines
356 B
Bash
# MongoDB
|
|
MONGODB_URI=mongodb://localhost:27017/resekai
|
|
|
|
# Discord OAuth2
|
|
DISCORD_CLIENT_ID=your_discord_client_id
|
|
DISCORD_CLIENT_SECRET=your_discord_client_secret
|
|
DISCORD_REDIRECT_URI=http://localhost:3001/auth/discord/callback
|
|
|
|
# Session
|
|
SESSION_SECRET=your_super_secret_session_key
|
|
|
|
# Frontend URL
|
|
FRONTEND_URL=http://localhost:5174
|
|
|
|
# Server
|
|
PORT=3001
|