Ho to run local `meteor` with `Mongo Atlas URL`?

I try to use External MongoDB on Mongo Atlas.
And then I tried to meteor run with this

// meteor app path
$ MONGO_URL=mongodb://test:myPASSWORD@theara-shard-00-00-1kplv.mongodb.net:27017,theara-shard-00-01-1kplv.mongodb.net:27017,theara-shard-00-02-1kplv.mongodb.net:27017/testdb?ssl=true&replicaSet=samrith-pech-shard-0&authSource=admin meteor

But don’t work

zsh: parse error near `&'

Have you tried using quotes around the URL? :grinning:

Very thanks, I work fine :blush: