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