This commit is contained in:
parent
049e90540d
commit
7a41437121
@ -13,6 +13,5 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
redis: {
|
redis: {
|
||||||
url: process.env.REDIS_URL,
|
url: process.env.REDIS_URL,
|
||||||
password: process.env.REDIS_PASSWORD,
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
@ -32,7 +32,6 @@ app.use(cookieParser());
|
|||||||
if (getEnv() === Env.prod) {
|
if (getEnv() === Env.prod) {
|
||||||
const redisClient = createClient({
|
const redisClient = createClient({
|
||||||
url: config.get('redis.url'),
|
url: config.get('redis.url'),
|
||||||
password: config.get('redis.password'),
|
|
||||||
});
|
});
|
||||||
|
|
||||||
sessionStore = new RedisStore({
|
sessionStore = new RedisStore({
|
||||||
|
Loading…
Reference in New Issue
Block a user