issue # 이메일 인증 로직 구현 중
This commit is contained in:
@@ -6,7 +6,7 @@ import Redis from "ioredis";
|
||||
providers: [
|
||||
{
|
||||
provide: "REDIS",
|
||||
useFactory: () => {
|
||||
useFactory: (): Redis => {
|
||||
return new Redis({
|
||||
host: process.env.RD_HOST!,
|
||||
port: Number(process.env.RD_PORT || 6779)
|
||||
|
||||
Reference in New Issue
Block a user