Mongo servers with authentication
austinheap opened this issue ยท 2 comments
austinheap commented
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 ๐
tb0hdan commented
Should work now with command line like this:
torpedobot -mongo mongodb://user:pass@host:port
austinheap commented
Works great, thank you again @tb0hdan!