Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Update app.module.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
minjunj authored May 22, 2024
1 parent bd3c5de commit 562061d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import { Assignment } from './assignment/entity/assignment.entity';
inject: [ConfigService],
useFactory: (configService: ConfigService) => {
return {
type: 'mysql',
type: 'postges',
host: configService.get('DATABASE_HOST'),
port: configService.get('DATABASE_PORT'),
username: configService.get('DATABASE_USER'),
Expand Down

0 comments on commit 562061d

Please sign in to comment.