diff --git a/pm2.config.cjs b/pm2.config.cjs index 870917b..35cf586 100644 --- a/pm2.config.cjs +++ b/pm2.config.cjs @@ -9,7 +9,9 @@ module.exports = { "node_modules" ], env: { - "NODE_ENV": "production" + "NODE_ENV": "production", + "PORT": 80, + "DATABASE_URL": "mongodb://localhost:27017/labplus" } }] } \ No newline at end of file