Skip to content
Snippets Groups Projects
Commit f54afc12 authored by Rava Maulana's avatar Rava Maulana
Browse files

Merge branch 'development' into 'main'

feat: test database connection

See merge request !2
parents 7f358d02 eb938870
Branches production
3 merge requests!6Feat/form registrasi,!5Feat/form registrasi,!2feat: test database connection
Pipeline #60209 passed with stages
in 1 minute and 12 seconds
......@@ -26,7 +26,7 @@ import { PengujiSidang } from './entities/pengujiSidang.entity';
imports: [
TypeOrmModule.forRoot({
type: 'postgres',
host: 'localhost',
host: '128.199.122.190',
port: 5432,
username: '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