Skip to content

Commit

Permalink
fix;host 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jan 31, 2024
1 parent e353b86 commit ceeda90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/controller/showAllSurveys.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { Survey, Answer, Question } = require('../models');
const { surveyTitleSearch } = require('./surveyTitleSearch');
const Redis = require('ioredis');
const redisClient = new Redis({
host: 'host.docker.internal',
host: '172.31.20.50',
port: 6379,
});

Expand Down

0 comments on commit ceeda90

Please sign in to comment.