sysinfo/api/ecosystem.config.js

7 řádky
100 B
JavaScript

module.exports = {
apps : [{
name : "gweicz-sysinfo-api",
script : "./server.js"
}]
}