Full ecosystem for PM2
This commit is contained in:
parent
c3a6a2ed55
commit
d1fd3f718c
@ -9,14 +9,15 @@
|
||||
"cwd": "/home/martind2000/dev/Rinser",
|
||||
"watch": true,
|
||||
"ignore_watch": [
|
||||
"node_modules"
|
||||
"node_modules" , ".git"
|
||||
],
|
||||
"merge_logs": true,
|
||||
"autorestart": true,
|
||||
"restart_delay": 3500,
|
||||
"max_memory_restart": "300M",
|
||||
"env_production": {
|
||||
"NODE_ENV": "production"
|
||||
"NODE_ENV": "production",
|
||||
"DB_HOME" : "/home/martind2000"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -25,14 +26,15 @@
|
||||
"cwd": "/home/martind2000/dev/silvrgit",
|
||||
"watch": true,
|
||||
"ignore_watch": [
|
||||
"node_modules"
|
||||
"node_modules" , ".git"
|
||||
],
|
||||
"merge_logs": true,
|
||||
"autorestart": true,
|
||||
"restart_delay": 3500,
|
||||
"max_memory_restart": "300M",
|
||||
"env_production": {
|
||||
"NODE_ENV": "production"
|
||||
"NODE_ENV": "production",
|
||||
"DB_HOME" : "/home/martind2000"
|
||||
}
|
||||
},
|
||||
|
||||
@ -42,14 +44,15 @@
|
||||
"cwd": "/home/martind2000/dev/lot",
|
||||
"watch": true,
|
||||
"ignore_watch": [
|
||||
"node_modules"
|
||||
"node_modules" , ".git"
|
||||
],
|
||||
"merge_logs": true,
|
||||
"autorestart": true,
|
||||
"restart_delay": 3500,
|
||||
"max_memory_restart": "300M",
|
||||
"env_production": {
|
||||
"NODE_ENV": "production"
|
||||
"NODE_ENV": "production",
|
||||
"DB_HOME" : "/home/martind2000"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -58,14 +61,15 @@
|
||||
"cwd": "/home/martind2000/dev/nci-quick-setup/node_modules/nci",
|
||||
"watch": true,
|
||||
"ignore_watch": [
|
||||
"node_modules"
|
||||
"node_modules" , ".git"
|
||||
],
|
||||
"merge_logs": true,
|
||||
"autorestart": true,
|
||||
"restart_delay": 3500,
|
||||
"max_memory_restart": "300M",
|
||||
"env_production": {
|
||||
"NODE_ENV": "production"
|
||||
"NODE_ENV": "production",
|
||||
"DB_HOME" : "/home/martind2000"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -74,14 +78,15 @@
|
||||
"cwd": "/home/martind2000/dev/keeper",
|
||||
"watch": true,
|
||||
"ignore_watch": [
|
||||
"node_modules"
|
||||
"node_modules" , ".git"
|
||||
],
|
||||
"merge_logs": true,
|
||||
"autorestart": true,
|
||||
"restart_delay": 3500,
|
||||
"max_memory_restart": "300M",
|
||||
"env_production": {
|
||||
"NODE_ENV": "production"
|
||||
"NODE_ENV": "production",
|
||||
"DB_HOME" : "/home/martind2000"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -90,14 +95,15 @@
|
||||
"cwd": "/home/martind2000/dev/silvrapi",
|
||||
"watch": true,
|
||||
"ignore_watch": [
|
||||
"node_modules"
|
||||
"node_modules" , ".git"
|
||||
],
|
||||
"merge_logs": true,
|
||||
"autorestart": true,
|
||||
"restart_delay": 3500,
|
||||
"max_memory_restart": "300M",
|
||||
"env_production": {
|
||||
"NODE_ENV": "production"
|
||||
"NODE_ENV": "production",
|
||||
"DB_HOME" : "/home/martind2000"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -106,14 +112,15 @@
|
||||
"cwd": "/home/martind2000/dev/logger",
|
||||
"watch": true,
|
||||
"ignore_watch": [
|
||||
"node_modules"
|
||||
"node_modules" , ".git"
|
||||
],
|
||||
"merge_logs": true,
|
||||
"autorestart": true,
|
||||
"restart_delay": 3500,
|
||||
"max_memory_restart": "300M",
|
||||
"env_production": {
|
||||
"NODE_ENV": "production"
|
||||
"NODE_ENV": "production",
|
||||
"DB_HOME" : "/home/martind2000"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -122,14 +129,15 @@
|
||||
"cwd": "/var/www/recipes",
|
||||
"watch": true,
|
||||
"ignore_watch": [
|
||||
"node_modules"
|
||||
"node_modules" , ".git"
|
||||
],
|
||||
"merge_logs": true,
|
||||
"autorestart": true,
|
||||
"restart_delay": 3500,
|
||||
"max_memory_restart": "300M",
|
||||
"env_production": {
|
||||
"NODE_ENV": "production"
|
||||
"NODE_ENV": "production",
|
||||
"DB_HOME" : "/home/martind2000"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user