diff --git a/pm2.json b/pm2.json index 5467575..4204aa3 100644 --- a/pm2.json +++ b/pm2.json @@ -3,7 +3,7 @@ { "name": "publish-web", "script": "app.js", - "cwd": "/home/program/front/git/publish_web", + "cwd": "/data/front/git/publish_web", "exec_mode": "cluster", "instances": 1, "max_memory_restart": "3G",