tb0hdan/torpedo

Mongo servers with authentication

Closed this issue ยท 2 comments

It seems to only be possible to use an external mongo server if it has no authentication. Support for mongo servers that require authentication would be ๐ŸŽ‰

Should work now with command line like this:

torpedobot -mongo mongodb://user:pass@host:port

Works great, thank you again @tb0hdan!