I have a node.js app with a mongodb database so I want to have two instance of an app running at the same time . one on production and one on development. so is it possible to set different NODE_ENV on different instance of an app.
↧
I have a node.js app with a mongodb database so I want to have two instance of an app running at the same time . one on production and one on development. so is it possible to set different NODE_ENV on different instance of an app.