From 37f69280b61468e322f20594d23d4e0177474d49 Mon Sep 17 00:00:00 2001 From: AnyTng <44723227+AnyTng@users.noreply.github.com> Date: Mon, 6 Apr 2026 22:00:52 +0000 Subject: [PATCH] fix: remove hardcoded connection string from appsettings.json --- backend/RESTful API/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/RESTful API/appsettings.json b/backend/RESTful API/appsettings.json index 9f59bc9..687428c 100644 --- a/backend/RESTful API/appsettings.json +++ b/backend/RESTful API/appsettings.json @@ -12,7 +12,7 @@ }, "ConnectionStrings": { - "DefaultConnection": "Server=localhost,1433;Database=pds;User Id=sa;Password=AnyTngDocker123!;Encrypt=False;" + "DefaultConnection": "" },