cayasso / mongo-oplog

Watch mongodb oplog in a simple way
381 stars 91 forks source link

Can't use authorized mongo connection string #70

Open DKdekes opened 6 years ago

DKdekes commented 6 years ago

I have been using this module for some time with no problems. Enabled mongo to use authentication and now the listener is not working. I've tried these two strings so far:

'mongodb://user:password@localhost:27017/local' 'mongodb://user:password@localhost:27017/db_name'

Does this module support listening on a database that uses authentication?