Full ecosystem for PM2
This commit is contained in:
parent
34e427e3ed
commit
54615e2c8b
@ -125,7 +125,7 @@
|
||||
{
|
||||
"name": "Recipe",
|
||||
"script": "recipe-server.js",
|
||||
"cwd": "/var/www/recipes",
|
||||
"cwd": "/home/martind2000/dev/recipes",
|
||||
"watch": true,
|
||||
"ignore_watch": [
|
||||
"node_modules" , ".git"
|
||||
@ -136,7 +136,7 @@
|
||||
"max_memory_restart": "300M",
|
||||
"env_production": {
|
||||
"NODE_ENV": "production",
|
||||
"DB_HOME" : "/home/martind2000"
|
||||
"DB_HOME" : "/home/martind2000"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user