I am trying to change my rocket chat to work with an Atlas DB, which is not sharded, but has a replica set of 3 nodes.
The rocket chat is installed on my EC2, and I don't understand how to access it through the rocketchat configuration.
Here's the relevant part in the Rocket chat's configuration file:
MONGO_URL="mongodb://[USER]:[PASSWORD]@[CLUSTER-NAME]-shard-00-00-[CLUSTER-
ADDRESS]:27017,[CLUSTER-NAME]-shard-00-01-[CLUSTER-ADDRESS]:27017,[CLUSTER-
NAME]-shard-00-02-[CLUSTER-ADDRESS]:27017/[COLLECTION-NAME]?replicaSet=[CLUSTER-NAME]-shard-0&ssl=true"