Files
ReSekai/server/.env.example
T
Alexej Wolff cc003ffbd5 first commit
2026-02-11 00:15:59 +01:00

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