Skip to content

Instantly share code, notes, and snippets.

@ajwagner777
Last active March 2, 2016 23: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 ajwagner777/54667e68577f00bc951d to your computer and use it in GitHub Desktop.
Save ajwagner777/54667e68577f00bc951d to your computer and use it in GitHub Desktop.
var env = process.env.NODE_ENV || 'development';
var config = {
development: {},
test: {}
production: {}
}
module.exports = config[env];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment