Input Requirements
To connect to your MongoDB server, provide the following inputs:
- Host — The hostname or IP address of your MongoDB server.
- Port — The port number used for the MongoDB connection.
- Username (optional) — The username for authentication (if required).
- Password (optional) — The password for authentication (if required).
Getting these values
These details are typically provided by your database administrator,
or can be extracted from your MongoDB connection string, for example:
mongodb://username:password@hostname:27017