diff --git a/src/app.module.ts b/src/app.module.ts
index f4135c5eed69f38f4cff1222ba62c93a01a7e0c8..cb7183e31167054d919ce17e4a116391235e4f9f 100644
--- a/src/app.module.ts
+++ b/src/app.module.ts
@@ -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',