I have two different meteor apps. app1 running on 3000 and app2 running on 3002. So my question is both app1 and app2 should use same Database. I tried connecting app2 with "export MONGO_URL=mongodb://localhost:3001/app1" but went fruitless.
How would I be able to accomplish this?