Skip to content

Commit

Permalink
Update image tag and connection strings in configmap and appsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
zgong-gov committed Sep 5, 2023
1 parent 85df689 commit d5908cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/TransAction.API/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
]
},
"AllowedHosts": "*",
"CONNECTION_STRING": "Server=localhost;User Id=<userid>;Password=<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/<realmid>",
"JWT_AUDIENCE": "<app-id>",
"Kestrel": {
Expand Down
3 changes: 2 additions & 1 deletion openshift/api-build-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openshift/configmaps/api-appsettings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ objects:
]
},
"AllowedHosts": "*",
"CONNECTION_STRING": "Server=localhost;User Id=<userid>;Password=<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/<realmid>",
"JWT_AUDIENCE": "<app-id>",
"Kestrel": {
Expand Down

0 comments on commit d5908cc

Please sign in to comment.