diff --git a/pm2.production.json b/pm2.production.json index 2dc466c..fea8454 100644 --- a/pm2.production.json +++ b/pm2.production.json @@ -9,7 +9,7 @@ "autorestart": true, "exec_mode": "fork_mode", "instances": 1, - "port": 8080, + "port": 8090, "env": { "NODE_ENV": "production" }