Skip to content

Instantly share code, notes, and snippets.

@vdurmont
Created November 26, 2013 19:25
Show Gist options
  • Save vdurmont/7664549 to your computer and use it in GitHub Desktop.
Save vdurmont/7664549 to your computer and use it in GitHub Desktop.
database config for a mongodb-based app
{
"host": "localhost",
"dbname": "example"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment