UNPKG

fwsp-hydra-express

Version:

A module which wraps Hydra and ExpressJS to provide an out of the box microservice which can support API routes and handlers.

15 lines (14 loc) 244 B
exports.value = { hydra: { serviceName: 'hello-service', serviceDescription: 'Service Demo', serviceIP: '', servicePort: 0, serviceType: 'demo', redis: { url: 'redis', port: 6379, db: 15 } } };