Add node-pm2-ecosystem-eg

This commit is contained in:
2025-12-30 19:24:55 +00:00
parent b9dca450c2
commit 1176edc35b

14
node-pm2-ecosystem-eg Normal file
View File

@@ -0,0 +1,14 @@
ecosystem.config.js
module.exports = {
apps: [
{
name: "citycards-backend-Testing[9212]",
script: "npm",
args: "start",
env: {
PORT: 9212,
NODE_ENV: "production"
}
}
]
}