Guest User

Untitled

a guest
Feb 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. {
  2. 'apps' : [{
  3. 'name' : 'name',
  4. 'script' : 'server.js',
  5. 'cwd' : 'path',
  6. 'args' : '--env=dev',
  7. 'node_args' : '--harmony',
  8. 'watch' : true,
  9. 'exec_mode' : 'cluster',
  10. 'instances' : 7
  11. }]
  12. }
Add Comment
Please, Sign In to add comment