UNPKG

just-another-http-api

Version:

A framework built on top of fastify aimed at removing the need for any network or server configuration.

8 lines (7 loc) 191 B
module.exports = { redis: { port: process.env.REDIS_PORT || 6379, host: process.env.REDIS_HOST || 'localhost', prefix: process.env.REDIS_PREFIX || 'api:' } };