Name | Type | Description |
---|---|---|
Host | String | Host of a Mongo database to be replicated. |
Port | Integer | Port of a Mongo database to be replicated. |
Database name | String | Database to be replicated. |
User | String | User |
Password | String | Password |
Authentication source | String | Authentication source where user information is stored. See the Mongo docs for more info. |
Replica Set | String | The name of the set to filter servers by, when connecting to a replica set (Under this condition, the 'TLS connection' value automatically becomes 'true'). See the Mongo docs for more info. |
TLS connection | Boolean | If this switch is enabled, TLS connections will be used to connect to MongoDB. |