This commit is contained in:
SAMBA\vfalco 2016-11-09 09:58:50 +01:00
parent 3a61450784
commit 852fe34c6f
3 changed files with 19 additions and 1 deletions

View File

View File

@ -1,7 +1,7 @@
{ {
"restApiRoot": "/api", "restApiRoot": "/api",
"host": "0.0.0.0", "host": "0.0.0.0",
"port": 3001, "port": 3000,
"remoting": { "remoting": {
"context": false, "context": false,
"rest": { "rest": {

18
forever.json Normal file
View File

@ -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": "."
}
]