4 lines
160 B
Bash
4 lines
160 B
Bash
MONGODB_URI=mongodb://localhost:27017/campfire-id
|
|
JWT_SECRET=your-super-secret-key-change-in-production
|
|
PORT=3001
|
|
NEXT_PUBLIC_API_URL=http://localhost:3001/api |