From f5290a59c3f1def6387c553c4c81ab0b997406b9 Mon Sep 17 00:00:00 2001 From: Codevice Solution Pvt Ltd Date: Thu, 14 Aug 2025 07:53:18 +0000 Subject: [PATCH] Update src/app.service.ts --- src/app.service.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app.service.ts b/src/app.service.ts index a011152..6892a8d 100644 --- a/src/app.service.ts +++ b/src/app.service.ts @@ -23,7 +23,9 @@ export class AppService { const dbConfig = this.configService.getDbConfig(); if (this.modelFilePaths.length > 0) { this.commonService.sequelize = new Sequelize({ - database: "192.168.0.113", + database: "ticket_booking_db", + host: "192.168.0.113", // <-- IP or hostname of your DB + port: 5431, dialect: 'postgres', username: "postgres", password: "FAdDoCwhmi3BvkK4pgEGDc7EspmDtHYV4y93748Xz6VysJKPdlsaU3L9N9k7OD9t",