From 8cbad619b2af11a373a58d0838a0659755407871 Mon Sep 17 00:00:00 2001 From: Apher Date: Sun, 28 Jun 2026 18:50:17 +0000 Subject: [PATCH] Add redis config.js --- src/config/redis.config.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/config/redis.config.js 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