A Meteor server code uses Accounts-ui package gets started like this:
appDir$ MONGO_URL=mongodb://username:password@cloud-host-url meteor
After creating the account, the user document fails to show up in the mongodb on the cloud-host but shows up in the local mongodb copy.
How can I correctly use the cloud mongodb?