commerce/ecosystem.config.js
l198881 6b8d567c70
fix (#1)
Co-authored-by: Beaudinn Greve <beaudinngreve@gmail.com>
2021-05-25 19:12:39 -03:00

13 lines
215 B
JavaScript

module.exports = {
apps: [
{
name: 'demo',
script: './start.js',
env: {
HOST: 'localhost',
PORT: 3000
}
}
],
}