From e4e190f405d6ce4f5c0e8fd04a20015704e5aa8d Mon Sep 17 00:00:00 2001 From: zgong-gov Date: Tue, 5 Sep 2023 15:38:22 -0700 Subject: [PATCH] Update connection strings --- api/TransAction.API/appsettings.json | 2 +- openshift/configmaps/api-appsettings.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/TransAction.API/appsettings.json b/api/TransAction.API/appsettings.json index 24c08a3..29307cb 100644 --- a/api/TransAction.API/appsettings.json +++ b/api/TransAction.API/appsettings.json @@ -19,7 +19,7 @@ ] }, "AllowedHosts": "*", - "CONNECTION_STRING": "Server=localhost;Database=TransAction;Trusted_Connection=True;MultipleActiveResultSets=true", + "CONNECTION_STRING": "Server=localhost;Database=TransAction;user=;password=;MultipleActiveResultSets=true;TrustServerCertificate=True", "JWT_AUTHORITY": "https://dev.loginproxy.gov.bc.ca/auth/realms/", "JWT_AUDIENCE": "", "Kestrel": { diff --git a/openshift/configmaps/api-appsettings.yaml b/openshift/configmaps/api-appsettings.yaml index f62d88f..9d01adc 100644 --- a/openshift/configmaps/api-appsettings.yaml +++ b/openshift/configmaps/api-appsettings.yaml @@ -27,7 +27,7 @@ objects: ] }, "AllowedHosts": "*", - "CONNECTION_STRING": "Server=localhost;Database=TransAction;Trusted_Connection=True;MultipleActiveResultSets=true", + "CONNECTION_STRING": "Server=localhost;Database=TransAction;user=;password=;MultipleActiveResultSets=true;TrustServerCertificate=True", "JWT_AUTHORITY": "https://dev.loginproxy.gov.bc.ca/auth/realms/", "JWT_AUDIENCE": "", "Kestrel": {