Skip to content

Commit

Permalink
🐛 fix: 타임존 Asia/Seoul로 변경 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
synoti21 committed Dec 11, 2023
1 parent 5775a4f commit 9766dea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/infra/database/mysql.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { ConfigModule, ConfigService } from '@nestjs/config';
password: configService.get('DB_PASSWORD'),
database: configService.get('DB_NAME'),
entities: [__dirname + '/../**/*.entity{.ts,.js}'],
timezone: 'Asia/Seoul',
synchronize: true,
}),
}),
Expand Down

0 comments on commit 9766dea

Please sign in to comment.