From 1af16d3dec91e59b0203999cfe6279d52d9b7126 Mon Sep 17 00:00:00 2001 From: ImanThiyanga Date: Wed, 5 Aug 2026 16:16:15 +0530 Subject: [PATCH] fix: update DefaultConnection string for development environment --- Backend/ERPCore/appsettings.Development.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/ERPCore/appsettings.Development.json b/Backend/ERPCore/appsettings.Development.json index f09d44e..5c08826 100644 --- a/Backend/ERPCore/appsettings.Development.json +++ b/Backend/ERPCore/appsettings.Development.json @@ -6,7 +6,7 @@ } }, "ConnectionStrings": { - "DefaultConnection": "Host=localhost;Port=5432;Database=ERPCoreDev;Username=postgres;Password=root" + "DefaultConnection": "Host=187.127.102.190;Port=5432;Database=ERPCoreTest;Username=postgres;Password=post@hexdive" }, "AuthHex": { "BaseUrl": "http://localhost:5011"