File size: 214 Bytes
9fc92d7
 
 
 
 
 
1
2
3
4
5
6
```env
MONGODB_URI=mongodb+srv://username:password@cluster.mongodb.net/dbname?retryWrites=true&w=majority
JWT_SECRET=your_jwt_secret_here
BASE_URL=http://localhost:3000
NEXT_PUBLIC_GA_TRACKING_ID=UA-XXXXXXXXX-X
```