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 d3026c2 commit 0961331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/configs/typeorm.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export const getTypeOrmConfig = (
configService: ConfigService,
): TypeOrmModuleOptions => ({
type: 'postgres',
host: 'localhost',
port: 8888,
host: 'capstone-db',
port: 5432,
username: 'postgres',
password: '1234',
database: 'capstone',
Expand Down

0 comments on commit 0961331

Please sign in to comment.