NLog.Mongo icon indicating copy to clipboard operation
NLog.Mongo copied to clipboard

connect to non-local db

Open ksobon opened this issue 5 years ago • 1 comments

i am not sure if i am making any mistakes or is that a connection string of this format:

mongodb://<dbuser>:<dbpassword>@ds215388.mlab.com:15388/speckle which is a typical MongoLab connection string will not work with this project?

I guess i am wondering if remote databases are supported? All of the examples I have seen are for localhost

ksobon avatar Jul 26 '18 21:07 ksobon

that should work, set that as the connectionString.

pwelter34 avatar Dec 18 '18 19:12 pwelter34