From eb9388708305441aa2e46b45060e69265dcc2481 Mon Sep 17 00:00:00 2001 From: rma1403 <ravamaulana14@gmail.com> Date: Wed, 28 Feb 2024 00:02:07 +0700 Subject: [PATCH] feat: test database connection --- src/app.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.module.ts b/src/app.module.ts index f4135c5..cb7183e 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', -- GitLab