We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c8bed commit b91a8b5Copy full SHA for b91a8b5
1 file changed
src/utility/redis.js
@@ -3,7 +3,7 @@ const { promisify } = require('util');
3
4
const client = redis.createClient({
5
host: '127.0.0.1',
6
- port: 8081, // do not push this to production
+ port: 6379,
7
password: process.env.REDIS_PASSWORD,
8
tls: null,
9
});
0 commit comments