diff --git a/Hcs.WebApp/appsettings.Development.json b/Hcs.WebApp/appsettings.Development.json index d04f195..37198a6 100644 --- a/Hcs.WebApp/appsettings.Development.json +++ b/Hcs.WebApp/appsettings.Development.json @@ -10,7 +10,7 @@ "BrokerConfig": { "OrgPPAGUID": "ccd7fa02-a2bf-428a-984b-faef69ae0eb2", "ExecutorGUID": "ccd7fa02-a2bf-428a-984b-faef69ae0eb2", - "CertificateSerialNumber": "0636D2330032B3C38A4A26D765C787C248" + "CertificateSerialNumber": "06FC2E98009EB32B8949B3B2726127233D" }, "ConnectionStrings": { "AuthConnection": "Server=localhost\\SQLEXPRESS;Database=hcs_web_app_identity;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=Yes", diff --git a/Hcs.WebApp/appsettings.json b/Hcs.WebApp/appsettings.json index a8e4e62..7d9041f 100644 --- a/Hcs.WebApp/appsettings.json +++ b/Hcs.WebApp/appsettings.json @@ -10,7 +10,7 @@ "BrokerConfig": { "OrgPPAGUID": "ccd7fa02-a2bf-428a-984b-faef69ae0eb2", "ExecutorGUID": "ccd7fa02-a2bf-428a-984b-faef69ae0eb2", - "CertificateSerialNumber": "0636D2330032B3C38A4A26D765C787C248" + "CertificateSerialNumber": "06FC2E98009EB32B8949B3B2726127233D" }, "ConnectionStrings": { "IdentityConnection": "Server=localhost\\SQLEXPRESS;Database=hcs_web_app_identity;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=Yes",