Skip to content

Commit

Permalink
feat: enable tls
Browse files Browse the repository at this point in the history
  • Loading branch information
paeeglee committed Oct 9, 2024
1 parent d89eae3 commit 51de015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/src/server/storage/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export class SessionStorage {
host:
'bako-safe-hmg-elasticache-i1bzt2.serverless.use1.cache.amazonaws.com',
port: 6379,
tls: true,
},
});

Expand Down

0 comments on commit 51de015

Please sign in to comment.