diff --git a/client/ecosystem.config.js b/client/ecosystem.config.js index 96cdf6b..7548289 100644 --- a/client/ecosystem.config.js +++ b/client/ecosystem.config.js @@ -3,7 +3,7 @@ module.exports = { { name: "client-orchestrator-prober", script: "./src/client.js", - cwd: "/home/marco/repos/OrchestratorAvailability/client", + cwd: "/orchTest/client", env_production: { NODE_ENV: "production" }, diff --git a/master/ecosystem.config.js b/master/ecosystem.config.js index 1016cb7..4053ffc 100644 --- a/master/ecosystem.config.js +++ b/master/ecosystem.config.js @@ -3,7 +3,7 @@ module.exports = { { name: "master-hodler", script: "./src/master.js", - cwd: "/home/marco/repos/OrchestratorAvailability/master", + cwd: "/orchTest/master", env_production: { NODE_ENV: "production" },