diff --git a/src/config/redis.config.js b/src/config/redis.config.js new file mode 100644 index 0000000..76b1ed8 --- /dev/null +++ b/src/config/redis.config.js @@ -0,0 +1,4 @@ +module.exports = { + REDIS_HOST=process.env.REDIS_HOST, + REDIS_PORT=process.env.REDIS_PORT +} \ No newline at end of file