We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0a1b1e + 75e040b commit 9a6507aCopy full SHA for 9a6507a
content/techniques/sql.md
@@ -617,7 +617,7 @@ TypeOrmModule.forRootAsync({
617
useFactory: (configService: ConfigService) => ({
618
type: 'mysql',
619
host: configService.get<string>('HOST'),
620
- port: configService.get<string>('PORT'),
+ port: configService.get<number>('PORT'),
621
username: configService.get<string>('USERNAME'),
622
password: configService.get<string>('PASSWORD'),
623
database: configService.get<string>('DATABASE'),
0 commit comments