diff --git a/api/TransAction.API/appsettings.json b/api/TransAction.API/appsettings.json index 495b1fc..24c08a3 100644 --- a/api/TransAction.API/appsettings.json +++ b/api/TransAction.API/appsettings.json @@ -19,7 +19,7 @@ ] }, "AllowedHosts": "*", - "CONNECTION_STRING": "Server=localhost;User Id=;Password=;Database=TransAction;TrustServerCertificate=true;", + "CONNECTION_STRING": "Server=localhost;Database=TransAction;Trusted_Connection=True;MultipleActiveResultSets=true", "JWT_AUTHORITY": "https://dev.loginproxy.gov.bc.ca/auth/realms/", "JWT_AUDIENCE": "", "Kestrel": { diff --git a/openshift/api-build-config.yaml b/openshift/api-build-config.yaml index 3245dc6..87066c9 100644 --- a/openshift/api-build-config.yaml +++ b/openshift/api-build-config.yaml @@ -20,7 +20,8 @@ objects: kind: DockerImage # name: registry.redhat.io/dotnet/dotnet-31-rhel7:3.1-24 name: registry.redhat.io/rhel8/dotnet-70:7.0-18 - name: "3.1" + # name: "3.1" + name: "7.0" referencePolicy: type: Local - apiVersion: v1 diff --git a/openshift/configmaps/api-appsettings.yaml b/openshift/configmaps/api-appsettings.yaml index dd45414..f62d88f 100644 --- a/openshift/configmaps/api-appsettings.yaml +++ b/openshift/configmaps/api-appsettings.yaml @@ -27,7 +27,7 @@ objects: ] }, "AllowedHosts": "*", - "CONNECTION_STRING": "Server=localhost;User Id=;Password=;Database=TransAction;TrustServerCertificate=true;", + "CONNECTION_STRING": "Server=localhost;Database=TransAction;Trusted_Connection=True;MultipleActiveResultSets=true", "JWT_AUTHORITY": "https://dev.loginproxy.gov.bc.ca/auth/realms/", "JWT_AUDIENCE": "", "Kestrel": {