cnmksjs's picture
Upload 49 files
24fd742 verified
raw
history blame contribute delete
148 Bytes
MONGODB_URI=mongodb://mongo:27017/chatapp
JWT_SECRET=your-super-secret-jwt-key-change-this-in-production
PORT=5000
CLIENT_URL=http://localhost:3000