File size: 207 Bytes
057576a
 
 
 
 
 
 
1
2
3
4
5
6
7
NODE_ENV=development
PORT=5000
CLIENT_URL=http://localhost:3000
MONGODB_URI=mongodb://localhost:27017/ysnrfd-messenger
JWT_SECRET=your-super-secret-jwt-key-here
JWT_EXPIRES_IN=30d
UPLOAD_PATH=./uploads