This commit is contained in:
Marco van Dijk 2023-11-03 01:59:23 +01:00
parent dd6021fe49
commit 045b18a973
2 changed files with 2 additions and 2 deletions

View File

@ -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"
},

View File

@ -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"
},