| Current Path : /home/deltalab/.npm-global/lib/node_modules/pm2/lib/templates/ |
| Current File : //home/deltalab/.npm-global/lib/node_modules/pm2/lib/templates/ecosystem-simple.tpl |
module.exports = {
apps : [{
name : "app1",
script : "./app.js"
}]
}