How to unset the MONGO_URL of my meteor app in windows. My meteor app is crashing after I ran this code : set MONGO_URL=mongodb://192.168.1.172:3001/meteor meteor
in cmd. How to unset it and connect it back to the built in db?
unset MONGO_URL
just not working in windows cmd.