ysn-rfd's picture
Upload 302 files
057576a verified
raw
history blame
207 Bytes
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