This commit is contained in:
@@ -32,7 +32,6 @@ app.use(cookieParser());
|
||||
if (getEnv() === Env.prod) {
|
||||
const redisClient = createClient({
|
||||
url: config.get('redis.url'),
|
||||
password: config.get('redis.password'),
|
||||
});
|
||||
|
||||
sessionStore = new RedisStore({
|
||||
|
Reference in New Issue
Block a user