diff --git a/src/config/redis.config.js b/src/config/redis.config.js index 9504b71..fc0ff3e 100644 --- a/src/config/redis.config.js +++ b/src/config/redis.config.js @@ -1,4 +1,4 @@ module.exports = { - REDIS_HOST: process.env.HOST, - REDIS_PORT: process.env.PORT + HOST: process.env.REDIS_HOST, + PORT: process.env.REDIS_PORT }