Skip to content

Commit

Permalink
Remove NODE_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Oct 28, 2013
1 parent 1aeba9f commit 48dd9a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/CLI.js
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,7 @@ function resolvePaths(app) {
validate(app);

app.env = {
pm_cwd : process.cwd(),
NODE_ENV : "production" // set default node_env as production
pm_cwd : process.cwd()
};

if (!('exec_mode' in app)) app['exec_mode'] = 'cluster_mode';
Expand Down

0 comments on commit 48dd9a7

Please sign in to comment.