Skip to content

Commit

Permalink
Merge pull request #91 from Fam-Story/chore/88-interacetion-in-english
Browse files Browse the repository at this point in the history
fix: 타임존 Asia/Seoul로 변경 (#88)
  • Loading branch information
synoti21 authored Dec 11, 2023
2 parents c325f45 + 9766dea commit 49be749
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 49be749

Please sign in to comment.