usefulfiles/pm2/process.json

183 lines
4.2 KiB
JSON
Raw Permalink 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",
2017-09-08 09:47:15 +00:00
"watch": false,
2016-07-04 10:21:24 +00:00
"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",
2017-08-05 23:55:00 +00:00
"watch": false,
2016-07-04 10:21:24 +00:00
"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",
2017-09-05 12:42:52 +00:00
"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",
2017-09-08 09:47:15 +00:00
"script": "app.js",
2016-07-04 10:21:24 +00:00
"cwd": "/home/martind2000/dev/lot",
2017-09-05 12:42:52 +00:00
"watch": false,
2016-07-04 10:21:24 +00:00
"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",
2017-09-05 12:42:52 +00:00
"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",
2017-09-08 09:47:15 +00:00
"watch": false,
2016-07-04 10:21:24 +00:00
"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",
2017-09-05 12:42:52 +00:00
"DB_HOME" : "/home/martind2000"
2016-07-04 10:21:24 +00:00
}
},
{
"name": "SilvrAPI",
"script": "newapp.js",
"cwd": "/home/martind2000/dev/silvrapi",
2017-09-08 09:47:15 +00:00
"watch": false,
2016-07-04 10:21:24 +00:00
"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",
2017-09-05 12:42:52 +00:00
"DB_HOME" : "/home/martind2000"
2016-07-04 10:21:24 +00:00
}
},
{
"name": "Logger",
"script": "logger-server.js",
"cwd": "/home/martind2000/dev/logger",
2017-09-08 09:47:15 +00:00
"watch": false,
2016-07-04 10:21:24 +00:00
"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",
2017-09-05 12:42:52 +00:00
"DB_HOME" : "/home/martind2000"
2016-07-04 10:21:24 +00:00
}
},
{
"name": "Recipe",
"script": "recipe-server.js",
2016-07-04 12:03:25 +00:00
"cwd": "/home/martind2000/dev/recipes",
2017-09-08 09:47:15 +00:00
"watch": false,
2016-07-04 10:21:24 +00:00
"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",
2016-07-04 12:03:25 +00:00
"DB_HOME" : "/home/martind2000"
2016-07-04 10:21:24 +00:00
}
2017-08-05 23:46:03 +00:00
},
2017-09-05 12:42:52 +00:00
{
"name": "nURL",
"script": "app.js",
"cwd": "/home/martind2000/dev/nurl",
2017-09-08 09:47:15 +00:00
"watch": false,
2017-09-05 12:42:52 +00:00
"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"
}
}
2016-07-04 10:21:24 +00:00
]
}