On my local computer i've got a meteor applicatie up and running on localhost:3000 and mongodb runs on localhost:3001.
Now i wanna run my meteor application on my android phone. I want that the meteor application on my phone is connected to the mongodb database on my computer(localhost:3001).
When i run my app i use this command:
MONGO_URL="mongodb://user:password@internalipadres:3001/meteor" meteor run android-device
Is this even possible? Anyone idea's what it could be? Thanx for any help.