Add redis config.js
This commit is contained in:
parent
50c755c067
commit
8cbad619b2
4
src/config/redis.config.js
Normal file
4
src/config/redis.config.js
Normal file
@ -0,0 +1,4 @@
|
||||
module.exports = {
|
||||
REDIS_HOST=process.env.REDIS_HOST,
|
||||
REDIS_PORT=process.env.REDIS_PORT
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user