From be1ffc6aec0d9e60aac44c6bc9eddbc3d5fded3c Mon Sep 17 00:00:00 2001 From: Codevice Solution Pvt Ltd Date: Thu, 14 Aug 2025 07:18:20 +0000 Subject: [PATCH] Update src/app-config/config.json --- src/app-config/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app-config/config.json b/src/app-config/config.json index 968ac14..34ce17a 100644 --- a/src/app-config/config.json +++ b/src/app-config/config.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",