Skip to content

Commit

Permalink
Add Redis password to options.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Nov 11, 2023
1 parent c4d253e commit bd25d92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/src/app/api/auth/[...nextauth]/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const redis = new Redis({
port: 26379,
}],
sentinelPassword: process.env.REDIS_PASSWORD,
password: process.env.REDIS_PASSWORD,
name: "mymaster"
});

Expand Down

0 comments on commit bd25d92

Please sign in to comment.