This commit is contained in:
		| @@ -13,6 +13,5 @@ module.exports = { | ||||
|     }, | ||||
|     redis: { | ||||
|         url: process.env.REDIS_URL, | ||||
|         password: process.env.REDIS_PASSWORD, | ||||
|     }, | ||||
| }; | ||||
|   | ||||
| @@ -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