oss-specs / specs

A service for exposing specification files in version control via a nice web UI
MIT License
2 stars 5 forks source link

Set NODE_ENV=production in production environments #64

Open jimCresswell opened 9 years ago

jimCresswell commented 9 years ago

Express pays attention to this variable, it should be 'production' in production.

http://apmblog.dynatrace.com/2015/07/22/the-drastic-effects-of-omitting-node_env-in-your-express-js-applications/

jimCresswell commented 9 years ago

@sponte this will improve performance.