CampFireID/.env
2025-03-16 11:25:09 +03:00

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