API/api.medcify.app/node_modules/pm2/lib/templates/ecosystem-simple.tpl

7 lines
83 B
Smarty
Raw Normal View History

2022-09-26 06:11:44 +00:00
module.exports = {
apps : [{
name : "app1",
script : "./app.js"
}]
}