Skip to content

Commit

Permalink
fix connection
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Jul 24, 2023
1 parent 09042ee commit a8ac7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/handlers/private-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ export const activities = async (req: express.Request, res: express.Response) =>
let identifier = `${vip}`;
const client = createClient({
socket: {
host: 'redis',
host: '127.0.0.1',
port: 6379
},
password: config.redisPass
Expand Down

0 comments on commit a8ac7ab

Please sign in to comment.