Full ecosystem for PM2
This commit is contained in:
parent
d1fd3f718c
commit
a9d8023936
@ -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"
|
||||
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user