MONGO_URL=none generates error

I’m trying to launch a mongoless site, wen I launch the site with a dummy url (as recommended in http://stackoverflow.com/questions/16660536/meteor-how-to-disable-default-mongodb ), but it generates an error:

“Error: invalid schema, expected mongodb”

How to launch in dev and production a meteor site with no mongo?