Skip to content
liorkesos edited this page Oct 31, 2014 · 4 revisions

config

/ env                 # Configuration Files
  / all.js            # General configuration for all environments
  / development.js    # Development specific
  / production.js     # Production specific
  / express.js        # Express middleware 

Tip: Limit changing code in express.js as it will make upgrading more challenging in the future

Clone this wiki locally