Skip to content

Instantly share code, notes, and snippets.

@unicodeveloper
Created September 12, 2016 15:56
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 unicodeveloper/e1aab3450d397505ed5e3ded5eff6af9 to your computer and use it in GitHub Desktop.
Save unicodeveloper/e1aab3450d397505ed5e3ded5eff6af9 to your computer and use it in GitHub Desktop.
module.exports = {
db: process.env.MONGODB || process.env.MONGOHQ_URL,
TOKEN_SECRET: process.env.TOKEN_SECRET,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment