agents/price-agent/ecosystem.config.js
module.exports = {
apps: [{
name: 'norma-price',
script: 'server.js',
cwd: '/root/Projects/Norma/agents/price-agent',
env: { NODE_ENV: 'production', PORT: '9809' },
max_memory_restart: '256M',
autorestart: true,
}],
};