Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ node dist/app.js
- conn [ { port: 8080, labels: [ 'http' ] },
- { port: 8088, labels: [ 'api' ] } ]
- # PROD PLUGINS =========================
- Plugin: 'bell'
- Conf: [ { select: 'http' } ]
- ========================================
- Plugin: 'hapi-auth-cookie'
- Conf: [ { select: 'http' } ]
- ========================================
- Plugin: './authentication'
- Conf: [ { select: 'http' } ]
- ========================================
- Plugin: './controllers'
- Conf: [ { select: [ 'http', 'api' ] } ]
- ========================================
- Plugin: './models'
- Conf: [ { select: [ 'http', 'api' ] } ]
- ========================================
- Plugin: './routes'
- Conf: [ { select: [ 'http' ] } ]
- ========================================
- Plugin: './api'
- Conf: [ { select: [ 'api' ] } ]
- ========================================
- Plugin: 'good'
- Conf: { opsInterval: 5000,
- reporters: [ { reporter: 'good-console', events: [Object] } ] }
- ========================================
- # DEV PLUGINS ==========================
- Plugin: 'bell'
- Conf: [ { select: 'http' } ]
- ========================================
- Plugin: 'hapi-auth-cookie'
- Conf: [ { select: 'http' } ]
- ========================================
- Plugin: './authentication'
- Conf: [ { select: 'http' } ]
- ========================================
- Plugin: './controllers'
- Conf: [ { select: [ 'http', 'api' ] } ]
- ========================================
- Plugin: './models'
- Conf: [ { select: [ 'http', 'api' ] } ]
- ========================================
- Plugin: './routes'
- Conf: [ { select: [ 'http' ] } ]
- ========================================
- Plugin: './api'
- Conf: [ { select: [ 'api' ] } ]
- ========================================
- Plugin: 'good'
- Conf: { opsInterval: 5000,
- reporters: [ { reporter: 'good-console', events: [Object] } ] }
Advertisement
Add Comment
Please, Sign In to add comment