Skip to content

Commit

Permalink
infra: fix redis error
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeahxx19 committed May 16, 2024
1 parent 5cf0d2f commit 55ea78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import { EventModule } from './event/event.module';
PointModule,
BullModule.forRoot({
redis: {
host: 'host.docker.internal',
host: process.env.DB_HOST,
port: 6379,
},
}),
Expand Down

0 comments on commit 55ea78f

Please sign in to comment.