Parameter | Description |
---|---|
Connection URI | The full MongoDB connection URI that includes the username, password, and database host(s). Format: mongodb+srv://<username>:<password>@<cluster-address>/dbname?retryWrites=true&w=majority |
Database | The name of the MongoDB database you want to connect to. |