Roman Romanov
Results
3
comments of
Roman Romanov
May be we needs in **options** param? ```javascript var express = require('express'); var app = express({ env: process.env.NODE_ENV || 'production' }); ```
@dougwilson how it works for '**view cache**' in this issue?
@dougwilson the issue is about "defaulting of env to 'development' in **app.defaultConfiguration**", isn't it? IMHO behavior of ```javascript var app = express({ env: process.env.NODE_ENV || 'production' }); ``` differs from...