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