Full ecosystem for PM2

This commit is contained in:
Martin Donnelly 2016-07-04 11:57:06 +01:00
parent d1fd3f718c
commit a9d8023936

View File

@ -9,7 +9,7 @@
"cwd": "/home/martind2000/dev/Rinser",
"watch": true,
"ignore_watch": [
"node_modules" , ".git"
"node_modules" , ".git", "dist"
],
"merge_logs": true,
"autorestart": true,
@ -68,8 +68,7 @@
"restart_delay": 3500,
"max_memory_restart": "300M",
"env_production": {
"NODE_ENV": "production",
"DB_HOME" : "/home/martind2000"
}
},
{