Skip to content

Commit

Permalink
Remove redis usage of redis password
Browse files Browse the repository at this point in the history
  • Loading branch information
junlarsen committed Oct 12, 2024
1 parent efafdf4 commit 66607ef
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 113 deletions.
59 changes: 0 additions & 59 deletions .github/workflows/deploy.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/migrate.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/schema.yml

This file was deleted.

1 change: 0 additions & 1 deletion src/lib/pubsub/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import Redis from 'ioredis';

const options: Redis.RedisOptions = {
host: process.env.REDIS_HOST,
password: process.env.REDIS_PASSWORD,
port: 6380,
tls: {
servername: process.env.REDIS_HOST,
Expand Down

0 comments on commit 66607ef

Please sign in to comment.