diff --git a/ecosystem.json b/ecosystem.json index dd58366c..5f56d91f 100644 --- a/ecosystem.json +++ b/ecosystem.json @@ -3,5 +3,7 @@ "script": "index.js", "env": { "NODE_ENV": "production" - } + }, + "instances" : 2, + "exec_mode" : "cluster" } \ No newline at end of file