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) 274 B
exports.value = { environment: 'development', hydra: { serviceName: 'test-service', serviceDescription: 'Raison d\'etre', serviceIP: '127.0.0.1', servicePort: 0, serviceType: 'test', redis: { url: '127.0.0.1', port: 6379 } } };