updated pm2 global
This commit is contained in:
parent
3c9e9823e0
commit
ee93544d7c
@ -34,7 +34,7 @@
|
||||
"max_memory_restart": "300M",
|
||||
"env_production": {
|
||||
"NODE_ENV": "production",
|
||||
"DB_HOME" : "/home/martind2000"
|
||||
"DB_HOME" : "/home/martind2000"
|
||||
}
|
||||
},
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
"name": "Lot",
|
||||
"script": "lot.js",
|
||||
"cwd": "/home/martind2000/dev/lot",
|
||||
"watch": true,
|
||||
"watch": false,
|
||||
"ignore_watch": [
|
||||
"node_modules" , ".git"
|
||||
],
|
||||
@ -52,7 +52,7 @@
|
||||
"max_memory_restart": "300M",
|
||||
"env_production": {
|
||||
"NODE_ENV": "production",
|
||||
"DB_HOME" : "/home/martind2000"
|
||||
"DB_HOME" : "/home/martind2000"
|
||||
}
|
||||
}/*,
|
||||
{
|
||||
@ -85,7 +85,7 @@
|
||||
"max_memory_restart": "300M",
|
||||
"env_production": {
|
||||
"NODE_ENV": "production",
|
||||
"DB_HOME" : "/home/martind2000"
|
||||
"DB_HOME" : "/home/martind2000"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -102,7 +102,7 @@
|
||||
"max_memory_restart": "300M",
|
||||
"env_production": {
|
||||
"NODE_ENV": "production",
|
||||
"DB_HOME" : "/home/martind2000"
|
||||
"DB_HOME" : "/home/martind2000"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -119,7 +119,7 @@
|
||||
"max_memory_restart": "300M",
|
||||
"env_production": {
|
||||
"NODE_ENV": "production",
|
||||
"DB_HOME" : "/home/martind2000"
|
||||
"DB_HOME" : "/home/martind2000"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -139,24 +139,44 @@
|
||||
"DB_HOME" : "/home/martind2000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "nURL",
|
||||
"script": "app.js",
|
||||
"cwd": "/home/martind2000/dev/nurl",
|
||||
"watch": true,
|
||||
"ignore_watch": [
|
||||
"node_modules"
|
||||
],
|
||||
"merge_logs": true,
|
||||
"autorestart": true,
|
||||
"restart_delay": 3500,
|
||||
"max_memory_restart": "300M",
|
||||
env: {
|
||||
NODE_ENV: "prod"
|
||||
},
|
||||
env_production: {
|
||||
NODE_ENV: "prod"
|
||||
}
|
||||
}
|
||||
{
|
||||
"name": "nURL",
|
||||
"script": "app.js",
|
||||
"cwd": "/home/martind2000/dev/nurl",
|
||||
"watch": true,
|
||||
"ignore_watch": [
|
||||
"node_modules"
|
||||
],
|
||||
"merge_logs": true,
|
||||
"autorestart": true,
|
||||
"restart_delay": 3500,
|
||||
"max_memory_restart": "300M",
|
||||
env: {
|
||||
NODE_ENV: "prod"
|
||||
},
|
||||
env_production: {
|
||||
NODE_ENV: "prod"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"name": "Vulcan",
|
||||
"script": "serve.js",
|
||||
"cwd": "/home/martind2000/dev/vulcan",
|
||||
"watch": false,
|
||||
"ignore_watch": [
|
||||
"node_modules"
|
||||
],
|
||||
"merge_logs": true,
|
||||
"autorestart": true,
|
||||
"restart_delay": 3500,
|
||||
"max_memory_restart": "300M",
|
||||
env: {
|
||||
NODE_ENV: "prod"
|
||||
},
|
||||
env_production: {
|
||||
NODE_ENV: "prod"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user