UNPKG

hapi

Version:

HTTP Server framework

27 lines (26 loc) 364 B
{ "pack": { "cache": "redis" }, "servers": [ { "host": "localhost", "port": 8000, "options": { "labels": ["api", "nasty"] } }, { "port": 8001, "options": { "labels": ["api", "nice"] } } ], "plugins": { "furball": { "version": false, "plugins": "/" } } }