Skip to content

Instantly share code, notes, and snippets.

@oakinogundeji
Created December 6, 2015 18:46
Show Gist options
  • Save oakinogundeji/90c878f51c367133691b to your computer and use it in GitHub Desktop.
Save oakinogundeji/90c878f51c367133691b to your computer and use it in GitHub Desktop.
config.js module for the express 4.x local auth sample app.
module.exports = require('./' + (process.env.NODE_ENV || 'development') + '.json');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment