|
https://docs.atlas.mongodb.com/connect-to-cluster/
We should include a document on how to connect via compass to your atlas cluster. Using the connection string on it's own is not sufficient.
This should be a sub page so that we have
Connect >
/ Drivers
/ Compass
/ Shell
Specifically:
- Hostname: Use hostname of Replica set Primary
- Port: Use port of Replica set Primary
- Authentication: "Username / Password"
- Username: A database user added to MongoDB Atlas ("admin" created by default)
- Authentication Database: "admin"
- SSL: "Unvalidated"
- SSH Tunnel: "Off"
|