We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
mongodb://<dbuser>:<dbpassword>@ds215388.mlab.com:15388/speckle
I guess i am wondering if remote databases are supported? All of the examples I have seen are for localhost
localhost
The text was updated successfully, but these errors were encountered:
that should work, set that as the connectionString.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: