From 045b18a97371c851b0eeb90fdfc632c621bf12e7 Mon Sep 17 00:00:00 2001 From: Marco van Dijk Date: Fri, 3 Nov 2023 01:59:23 +0100 Subject: [PATCH] prod --- client/ecosystem.config.js | 2 +- master/ecosystem.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },