File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { Express, Response } from "express";
22import { Filters , IAdminForth , IAdminUserExpressRequest } from "adminforth" ;
33import * as z from "zod" ;
44import TwoFactorsAuthPlugin from "../plugins/adminforth-two-factors-auth/index.js" ;
5- import { levelDbAdapter , redisAdapter } from './utils.js' ;
5+ import { levelDbAdapter } from './utils.js' ;
66
77const DASHBOARD_CAR_SOURCES = [
88 { resourceId : 'cars_sl' , label : 'SQLite' } ,
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ export const levelDbAdapter = new LevelDBKeyValueAdapter({
55 dbPath : './testdb' ,
66} ) ;
77
8- export const redisAdapter = new RedisKeyValueAdapter ( {
9- redisUrl : 'redis://localhost:6379' ,
10- } )
8+ // export const redisAdapter = new RedisKeyValueAdapter({
9+ // redisUrl: 'redis://localhost:6379',
10+ // })
You can’t perform that action at this time.
0 commit comments