← back to Ga Global Viewer

ecosystem.config.js

11 lines

module.exports = {
  apps: [{
    name: 'ga-global-viewer',
    script: 'server.js',
    cwd: __dirname,
    env: { NODE_ENV: 'production', PORT: 9768 },
    autorestart: true,
    max_restarts: 10,
  }],
};