From 1c35cc611686b3326413322b41d489e1f2364a9c Mon Sep 17 00:00:00 2001 From: Codevice Solution Pvt Ltd Date: Thu, 14 Aug 2025 07:17:56 +0000 Subject: [PATCH] Update src/app-config/config.local.json --- src/app-config/config.local.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app-config/config.local.json b/src/app-config/config.local.json index 968ac14..34ce17a 100644 --- a/src/app-config/config.local.json +++ b/src/app-config/config.local.json @@ -4,8 +4,8 @@ "port": 3000 }, "dbConfig": { - "host": "localhost", - "port": 5432, + "host": "192.168.0.113", + "port": 5431, "user": "postgres", "password": "postgres", "database": "ticket_booking_db",