first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user