issue # 이메일 인증 로직 구현 중

This commit is contained in:
geonhee-min
2025-11-21 16:31:33 +09:00
parent 6cd0361375
commit 8303a8ab19
9 changed files with 52 additions and 7 deletions

View File

@@ -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)