Skip to content

Instantly share code, notes, and snippets.

@vgheri
Created April 21, 2013 12:40
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 vgheri/5429470 to your computer and use it in GitHub Desktop.
Save vgheri/5429470 to your computer and use it in GitHub Desktop.
module.exports = {
"db": {
"mongodb": "mongodb://username:password@dsXXXXX.mongolab.com:45077/databasename"
},
"logger": {
"api": "logs/api.log",
"exception": "logs/exceptions.log"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment