MongoDB adapter for catbox
host
- the MongoDB server hostname. Defaults to'127.0.0.1'
.port
- the MongoDB server port. Defaults to27017
.username
- when the mongo server requires authentication. Defaults to no authentication.password
- the authentication password whenusername
is configured.poolSize
- number of connections. Defaults to5
.