Skip to content

Instantly share code, notes, and snippets.

Created July 19, 2012 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3144288 to your computer and use it in GitHub Desktop.
Save anonymous/3144288 to your computer and use it in GitHub Desktop.
mongoose.connect('mongodb://monty:working@staff.mongohq.com:10016/blogdb', function(err) {
if (err) throw err;
else
console.log("mongodb is connected!!");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment