Skip to content
Snippets Groups Projects
Commit eb938870 authored by rma1403's avatar rma1403
Browse files

feat: test database connection

parent 75c518f1
1 merge request!2feat: test database connection
...@@ -26,7 +26,7 @@ import { PengujiSidang } from './entities/pengujiSidang.entity'; ...@@ -26,7 +26,7 @@ import { PengujiSidang } from './entities/pengujiSidang.entity';
imports: [ imports: [
TypeOrmModule.forRoot({ TypeOrmModule.forRoot({
type: 'postgres', type: 'postgres',
host: 'localhost', host: '128.199.122.190',
port: 5432, port: 5432,
username: 'ppl', username: 'ppl',
password: 'ppl', password: 'ppl',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment