Skip to content

Commit

Permalink
Update app.module.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Alputer authored Nov 7, 2023
1 parent 40058e7 commit 50b26bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/backend/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { Option } from './poll/entities/option.entity';
type: 'postgres',
host: 'localhost',
port: 5432,
password: 'password',
password: 'pass',
username: 'postgres',
entities: [User, Poll, Tag, Option],
database: 'postgres',
Expand Down

0 comments on commit 50b26bf

Please sign in to comment.