Skip to content

Instantly share code, notes, and snippets.

@chanakaDe
Created October 19, 2015 17: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 chanakaDe/6af846c6b63a0f1b2852 to your computer and use it in GitHub Desktop.
Save chanakaDe/6af846c6b63a0f1b2852 to your computer and use it in GitHub Desktop.
module.exports = {
"database":"mongodb://root:abc123@dbh70.mongolab.com:27707/userstory",
"port":process.env.PORT || 3000,
"secretKey" : "123456789"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment