Node.js applications now default to NODE_ENV=production

Change effective on 24 July 2015

This impacts the default behavior of a variety of node modules, most notably express. You can customize the runtime environment yourself to use non-production settings.