yinxin630 / fiora

An interesting open source chat application. Developed with node.js, mongoDB, socket.io and react

Home Page:https://fiora.suisuijiang.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

不支持配置redis密码吗

cch11223454 opened this issue · comments

redis: {
host: env.RedisHost || 'localhost',
port: env.RedisPort ? parseInt(env.RedisPort, 10) : 6379,
},

然后按照node-redis的文档配一下就行了