usefulfiles/pm2/process.json

144 lines
3.4 KiB
JSON
Raw Normal View History

2016-07-04 10:21:24 +00:00
{
2016-07-04 10:24:15 +00:00
"apps": [
2016-07-04 10:21:24 +00:00
// First application
{
"name": "SilvrPipes",
"script": "pipes-server.js",
"cwd": "/home/martind2000/dev/Rinser",
"watch": true,
"ignore_watch": [
2016-07-04 10:57:06 +00:00
"node_modules" , ".git", "dist"
2016-07-04 10:21:24 +00:00
],
"merge_logs": true,
"autorestart": true,
"restart_delay": 3500,
"max_memory_restart": "300M",
2016-07-04 10:24:15 +00:00
"env_production": {
2016-07-04 10:45:29 +00:00
"NODE_ENV": "production",
"DB_HOME" : "/home/martind2000"
2016-07-04 10:21:24 +00:00
}
2016-07-04 10:24:15 +00:00
},
2016-07-04 10:21:24 +00:00
{
"name": "Silvrtree",
"script": "web-server.js",
"cwd": "/home/martind2000/dev/silvrgit",
"watch": true,
"ignore_watch": [
2016-07-04 10:45:29 +00:00
"node_modules" , ".git"
2016-07-04 10:21:24 +00:00
],
"merge_logs": true,
"autorestart": true,
"restart_delay": 3500,
"max_memory_restart": "300M",
2016-07-04 10:24:15 +00:00
"env_production": {
2016-07-04 10:45:29 +00:00
"NODE_ENV": "production",
"DB_HOME" : "/home/martind2000"
2016-07-04 10:21:24 +00:00
}
},
2016-07-04 10:24:15 +00:00
2016-07-04 10:21:24 +00:00
{
"name": "Lot",
"script": "lot.js",
"cwd": "/home/martind2000/dev/lot",
"watch": true,
"ignore_watch": [
2016-07-04 10:45:29 +00:00
"node_modules" , ".git"
2016-07-04 10:21:24 +00:00
],
"merge_logs": true,
"autorestart": true,
"restart_delay": 3500,
"max_memory_restart": "300M",
2016-07-04 10:24:15 +00:00
"env_production": {
2016-07-04 10:45:29 +00:00
"NODE_ENV": "production",
"DB_HOME" : "/home/martind2000"
2016-07-04 10:21:24 +00:00
}
2016-07-04 11:01:53 +00:00
}/*,
2016-07-04 10:21:24 +00:00
{
"name": "NCI",
2016-07-04 10:30:20 +00:00
"script": "app.js",
"cwd": "/home/martind2000/dev/nci-quick-setup/node_modules/nci",
2016-07-04 10:21:24 +00:00
"watch": true,
"ignore_watch": [
2016-07-04 10:45:29 +00:00
"node_modules" , ".git"
2016-07-04 10:21:24 +00:00
],
"merge_logs": true,
"autorestart": true,
"restart_delay": 3500,
"max_memory_restart": "300M",
2016-07-04 10:24:15 +00:00
"env_production": {
2016-07-04 10:57:06 +00:00
2016-07-04 10:21:24 +00:00
}
2016-07-04 11:01:53 +00:00
}*/,
2016-07-04 10:21:24 +00:00
{
"name": "Keeper",
"script": "keeper-server.js",
"cwd": "/home/martind2000/dev/keeper",
"watch": true,
"ignore_watch": [
2016-07-04 10:45:29 +00:00
"node_modules" , ".git"
2016-07-04 10:21:24 +00:00
],
"merge_logs": true,
"autorestart": true,
"restart_delay": 3500,
"max_memory_restart": "300M",
2016-07-04 10:24:15 +00:00
"env_production": {
2016-07-04 10:45:29 +00:00
"NODE_ENV": "production",
"DB_HOME" : "/home/martind2000"
2016-07-04 10:21:24 +00:00
}
},
{
"name": "SilvrAPI",
"script": "newapp.js",
"cwd": "/home/martind2000/dev/silvrapi",
"watch": true,
"ignore_watch": [
2016-07-04 10:45:29 +00:00
"node_modules" , ".git"
2016-07-04 10:21:24 +00:00
],
"merge_logs": true,
"autorestart": true,
"restart_delay": 3500,
"max_memory_restart": "300M",
2016-07-04 10:24:15 +00:00
"env_production": {
2016-07-04 10:45:29 +00:00
"NODE_ENV": "production",
"DB_HOME" : "/home/martind2000"
2016-07-04 10:21:24 +00:00
}
},
{
"name": "Logger",
"script": "logger-server.js",
"cwd": "/home/martind2000/dev/logger",
"watch": true,
"ignore_watch": [
2016-07-04 10:45:29 +00:00
"node_modules" , ".git"
2016-07-04 10:21:24 +00:00
],
"merge_logs": true,
"autorestart": true,
"restart_delay": 3500,
"max_memory_restart": "300M",
2016-07-04 10:24:15 +00:00
"env_production": {
2016-07-04 10:45:29 +00:00
"NODE_ENV": "production",
"DB_HOME" : "/home/martind2000"
2016-07-04 10:21:24 +00:00
}
},
{
"name": "Recipe",
"script": "recipe-server.js",
"cwd": "/var/www/recipes",
"watch": true,
"ignore_watch": [
2016-07-04 10:45:29 +00:00
"node_modules" , ".git"
2016-07-04 10:21:24 +00:00
],
"merge_logs": true,
"autorestart": true,
"restart_delay": 3500,
"max_memory_restart": "300M",
2016-07-04 10:24:15 +00:00
"env_production": {
2016-07-04 10:45:29 +00:00
"NODE_ENV": "production",
"DB_HOME" : "/home/martind2000"
2016-07-04 10:21:24 +00:00
}
2016-07-04 10:24:15 +00:00
}
2016-07-04 10:21:24 +00:00
]
}