Skip to main content
Version: 5.2.0.1

MongoDB Connection.md

Description

MongoDB Client Connection Environment entries are used to declare the parameters for the connection to a Mongo DB.

Purpose of object

It is used by all Mongo DB Adapters.

ParameterDescription
HostnameHostname or IP address of the MongoDB server.
PortPort used by the MongoDB server.
DatabasenameName of the database.
UsernameUsername used to authenticate against the database.
PasswordPassword used to authenticate against the database.