From c0bb86bace0ea5dbcb55d7a953849676bf552537 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Mon, 4 May 2026 09:11:03 -0400 Subject: [PATCH] Point all LotFinderDB connection strings at QA SQL host Unify TestApp and WebInterface connection strings to the same QA host (JDESCP-SQL-VQ01.zmr.zimmer.com / ScopingTool user) already used by WorkerService. WebInterface was previously pointed at a wwtest sa account which would not authenticate against QA. Co-Authored-By: Claude Opus 4.7 (1M context) --- OLD/TestApp/App.config | 2 +- OLD/WebInterface/Web.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OLD/TestApp/App.config b/OLD/TestApp/App.config index 9dbab20..e4be9ff 100755 --- a/OLD/TestApp/App.config +++ b/OLD/TestApp/App.config @@ -15,7 +15,7 @@ - + diff --git a/OLD/WebInterface/Web.config b/OLD/WebInterface/Web.config index 4bb7006..cc0b7f4 100755 --- a/OLD/WebInterface/Web.config +++ b/OLD/WebInterface/Web.config @@ -95,6 +95,6 @@ - + \ No newline at end of file