Skip to content

Commit

Permalink
updated link
Browse files Browse the repository at this point in the history
  • Loading branch information
soberbat committed Jun 12, 2024
1 parent 3283ee2 commit 461a185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/sessionConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ const RedisStore = require('connect-redis').default
import { createClient } from 'redis'

const redisClient = createClient({
password: '3JluMijpNIdRLNlgqVdyLE6HnhNClCTC',
password: process.env.REDIS_PASSWORD,
socket: {
host: 'redis-11743.c300.eu-central-1-1.ec2.cloud.redislabs.com',
host: process.env.REDIS_HOST,
port: 11743
}
})
Expand Down

0 comments on commit 461a185

Please sign in to comment.