Skip to content

Commit b91a8b5

Browse files
committed
fix redis
1 parent 90c8bed commit b91a8b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utility/redis.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const { promisify } = require('util');
33

44
const client = redis.createClient({
55
host: '127.0.0.1',
6-
port: 8081, // do not push this to production
6+
port: 6379,
77
password: process.env.REDIS_PASSWORD,
88
tls: null,
99
});

0 commit comments

Comments
 (0)