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 cce95df commit 27ded95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/backend/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import { Option } from './poll/entities/option.entity';
imports: [
TypeOrmModule.forRoot({
type: 'postgres',
host: 'localhost',
host: '172.17.0.2',
port: 5432,
password: 'pass',
password: 'password',
username: 'postgres',
entities: [User, Poll, Tag, Option],
database: 'postgres',
Expand Down

0 comments on commit 27ded95

Please sign in to comment.