← back to Norma

agents/datasource-agent/ecosystem.config.js

11 lines

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,
  }]
};