From c137c9e78e08bc135b11cc014e1609c1709ffd83 Mon Sep 17 00:00:00 2001 From: SamSys Date: Sun, 7 Dec 2025 16:39:39 +0330 Subject: [PATCH] add programmanager connectionString on appsettings --- ServiceHost/appsettings.Development.json | 3 ++- ServiceHost/appsettings.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ServiceHost/appsettings.Development.json b/ServiceHost/appsettings.Development.json index 786c04ab..9b135c17 100644 --- a/ServiceHost/appsettings.Development.json +++ b/ServiceHost/appsettings.Development.json @@ -26,7 +26,8 @@ "TestDb": "Data Source=.;Initial Catalog=TestDb;Integrated Security=True;TrustServerCertificate=true;", - "ProgramManagerDb": "Server=.;Database=program_manager_db;Integrated Security=True;TrustServerCertificate=True;" + //program_manager_db + "ProgramManagerDb": "Data Source=.;Initial Catalog=program_manager_db;Integrated Security=True;TrustServerCertificate=true;" //mahan Docker //"MesbahDb": "Data Source=localhost,5069;Initial Catalog=mesbah_db;User ID=sa;Password=YourPassword123;TrustServerCertificate=True;" }, diff --git a/ServiceHost/appsettings.json b/ServiceHost/appsettings.json index ea61dc94..6662eb90 100644 --- a/ServiceHost/appsettings.json +++ b/ServiceHost/appsettings.json @@ -16,7 +16,8 @@ //testDb "TestDb": "Data Source=.;Initial Catalog=TestDb;Integrated Security=True;TrustServerCertificate=true;", - "ProgramManagerDb": "Server=.;Database=program_manager_db;Integrated Security=True;TrustServerCertificate=True;" + //program_manager_db + "ProgramManagerDb": "Data Source=.;Initial Catalog=program_manager_db;Integrated Security=True;TrustServerCertificate=true;" }, "BackupOptions": { "DbName": "mesbah_db",