4
fs config
liorkesos edited this page 2014-10-31 00:48:14 -07:00

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