| Parameter | Required | Default value | Description |
|---|---|---|---|
| mongodb.host | Yes | N/A | The IP address of the MongoDB database. |
| mongodb.port | Yes | N/A | The port of the MongoDB database. |
| mongodb.username | No | N/A | The username of the MongoDB database. |
| mongodb.password | No | N/A | The password of the MongoDB database. |
| mongodb.authDatabase | No | N/A | The authentication database. |
| mongodb.tlsCAFile | No | N/A | The path of the CA certificate. |
| mongodb.tlsCertificateKeyFile | No | N/A | The path of the client certificate. |
| mongodb.tlsCertificateKeyFilePassword | No | N/A | The password of the client certificate file. |
| mongodb.tlsAllowInvalidHostnames | No | N/A | Specifies whether to ignore hostname verification. |
| mongodb.whitelist | Yes | N/A | The allowlist. The wildcard expressions are separated by pipes (|). The supported wildcard expressions are *.*, dbName.*, and dbName.tableName. |
| mongodb.blacklist | No | N/A | The blocklist. The wildcard expressions are separated by pipes (|). The supported wildcard expressions are *.*, dbName.*, and dbName.tableName. |
MongoDB Store
share
Previous topic
