jLinux

Untitled

Dec 29th, 2015
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. $ node dist/app.js
  2. conn [ { port: 8080, labels: [ 'http' ] },
  3. { port: 8088, labels: [ 'api' ] } ]
  4. # PROD PLUGINS =========================
  5. Plugin: 'bell'
  6. Conf: [ { select: 'http' } ]
  7. ========================================
  8. Plugin: 'hapi-auth-cookie'
  9. Conf: [ { select: 'http' } ]
  10. ========================================
  11. Plugin: './authentication'
  12. Conf: [ { select: 'http' } ]
  13. ========================================
  14. Plugin: './controllers'
  15. Conf: [ { select: [ 'http', 'api' ] } ]
  16. ========================================
  17. Plugin: './models'
  18. Conf: [ { select: [ 'http', 'api' ] } ]
  19. ========================================
  20. Plugin: './routes'
  21. Conf: [ { select: [ 'http' ] } ]
  22. ========================================
  23. Plugin: './api'
  24. Conf: [ { select: [ 'api' ] } ]
  25. ========================================
  26. Plugin: 'good'
  27. Conf: { opsInterval: 5000,
  28. reporters: [ { reporter: 'good-console', events: [Object] } ] }
  29. ========================================
  30. # DEV PLUGINS ==========================
  31. Plugin: 'bell'
  32. Conf: [ { select: 'http' } ]
  33. ========================================
  34. Plugin: 'hapi-auth-cookie'
  35. Conf: [ { select: 'http' } ]
  36. ========================================
  37. Plugin: './authentication'
  38. Conf: [ { select: 'http' } ]
  39. ========================================
  40. Plugin: './controllers'
  41. Conf: [ { select: [ 'http', 'api' ] } ]
  42. ========================================
  43. Plugin: './models'
  44. Conf: [ { select: [ 'http', 'api' ] } ]
  45. ========================================
  46. Plugin: './routes'
  47. Conf: [ { select: [ 'http' ] } ]
  48. ========================================
  49. Plugin: './api'
  50. Conf: [ { select: [ 'api' ] } ]
  51. ========================================
  52. Plugin: 'good'
  53. Conf: { opsInterval: 5000,
  54. reporters: [ { reporter: 'good-console', events: [Object] } ] }
Advertisement
Add Comment
Please, Sign In to add comment