howdyai / botkit-storage-mongo

A MongoDB storage driver for Botkit
MIT License
54 stars 42 forks source link

Feature add optional mongo options #21

Closed znat closed 7 years ago

znat commented 7 years ago

Some Mongo clusters require additional options to be passed to establish a connection. Those options could be passed to the URI but where there is a lot if them, passing a JSON is easier. This is a requirement in most enterprise clouds.