store express sessions in redis
This commit is contained in:
@@ -10,5 +10,8 @@ module.exports = {
|
||||
url: process.env.WILDDUCK_URL,
|
||||
token: process.env.WILDDUCK_TOKEN,
|
||||
domain: process.env.WILDDUCK_DOMAIN
|
||||
},
|
||||
redis: {
|
||||
url: process.env.REDIS_URL
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user