Skip to content

Instantly share code, notes, and snippets.

@xjamundx
Created November 2, 2011 02:21
Show Gist options
  • Select an option

  • Save xjamundx/1332683 to your computer and use it in GitHub Desktop.

Select an option

Save xjamundx/1332683 to your computer and use it in GitHub Desktop.
Sample Mongoose Config File For Use With MongoHQ
module.exports = {
user: "username",
pass: "password",
name: "yourdatabase",
host: "Flame.mongohq.com",
port: 27094
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment