UNPKG

hapiest-server

Version:

A wrapper around Hapi.js with a configuration-first approach

23 lines (20 loc) 306 B
{ "server": { "host": "localhost", "port": "3003", "sslEnabled": false, "plugins": { "good": { "enabled": true } } }, "logger": { "enabled": true, "consoleTransport": { "enabled": true, "level": "info", "colorize": true } } }