So I have a vapor
\ fluent
app that works fine with local mongo instance, here's current mongo.json
:
{
"database" : "vapor",
"port" : "27017",
"host" : "127.0.0.1",
"user" : "",
"password" : ""
}
I've deployed a free MongoDB Atlas
3 replica set and I wonder how do I connect the app to it?