lukemnet/bnet-auth-service

View on GitHub
src/config/__snapshots__/redis.config.spec.ts.snap

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`redisConfig should create Redis config 1`] = `
{
  "db": NaN,
  "enable": false,
  "host": undefined,
  "keyName": "accesstoken",
  "keyPrefix": "bas",
  "password": undefined,
  "port": NaN,
  "ttlSecs": NaN,
}
`;