Skip to content

Instantly share code, notes, and snippets.

@jimwheaton
Created October 4, 2012 18:27
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 jimwheaton/3835458 to your computer and use it in GitHub Desktop.
Save jimwheaton/3835458 to your computer and use it in GitHub Desktop.
MongoDb connection refused
{
"name": "application-name",
"version": "0.0.1-20",
"private": true,
"dependencies": {
"express": "2.5.11",
"jade": ">= 0.0.1",
"mongodb": "1.1.6"
},
"engines": {
"node": "v0.6.x"
},
"subdomain": "meetingmoderator",
"scripts": {
"start": "app.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment