Skip to content

Commit

Permalink
Update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alputer committed Nov 14, 2023
1 parent 7e1e070 commit 9066593
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 { OptionModule } from './option/option.module';
imports: [
TypeOrmModule.forRoot({
type: 'postgres',
host: '127.0.0.1',
host: '172.17.0.2',
port: 5432,
password: 'password',
username: 'postgres',
Expand Down

0 comments on commit 9066593

Please sign in to comment.