Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
KMUlee committed Apr 12, 2024
1 parent f8f213f commit f1e5c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/typeorm.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const getTypeOrmConfig = (
configService: ConfigService,
): TypeOrmModuleOptions => ({
type: 'postgres',
host: 'postgresql',
host: 'localhost',
port: 3306,
username: 'postgres',
password: '1234',
Expand Down

0 comments on commit f1e5c29

Please sign in to comment.