Skip to content

Commit

Permalink
redis 환경변수 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyejungg committed Jul 13, 2024
1 parent 6aa50e4 commit f2f0800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/redis.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const redisConnect = () => {
redis = new Redis({
host: redisHost,
port: redisPort,
password: process.env.REDIS_PASSWORD,
showFriendlyErrorStack: true,
});
} else {
Expand Down

0 comments on commit f2f0800

Please sign in to comment.