diff --git a/@salix-services/.foreverignore b/@salix-services/.foreverignore new file mode 100644 index 000000000..e69de29bb diff --git a/@salix-services/account/server/config.json b/@salix-services/account/server/config.json index 13c16153a..40d45f4d6 100644 --- a/@salix-services/account/server/config.json +++ b/@salix-services/account/server/config.json @@ -1,7 +1,7 @@ { "restApiRoot": "/api", "host": "0.0.0.0", - "port": 3001, + "port": 3000, "remoting": { "context": false, "rest": { diff --git a/forever.json b/forever.json new file mode 100644 index 000000000..79abf201f --- /dev/null +++ b/forever.json @@ -0,0 +1,18 @@ +[ + { + "uid": "salix", + "append": true, + "watch": true, + "script": "server.js", + "sourceDir": "./@salix-services/salix/server", + "workingDir": "." + }, + { + "uid": "account", + "append": true, + "watch": true, + "script": "server.js", + "sourceDir": "./@salix-services/account/server", + "workingDir": "." + } +] \ No newline at end of file