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 f1e5c29 commit b2e59d8
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 @@ -7,7 +7,7 @@ export const getTypeOrmConfig = (
): TypeOrmModuleOptions => ({
type: 'postgres',
host: 'localhost',
port: 3306,
port: 2345,
username: 'postgres',
password: '1234',
database: 'capstone',
Expand Down

0 comments on commit b2e59d8

Please sign in to comment.