Skip to content

Commit

Permalink
Update connection strings
Browse files Browse the repository at this point in the history
  • Loading branch information
zgong-gov committed Sep 5, 2023
1 parent d5908cc commit e4e190f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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;Database=TransAction;Trusted_Connection=True;MultipleActiveResultSets=true",
"CONNECTION_STRING": "Server=localhost;Database=TransAction;user=<user_id>;password=<password>;MultipleActiveResultSets=true;TrustServerCertificate=True",
"JWT_AUTHORITY": "https://dev.loginproxy.gov.bc.ca/auth/realms/<realmid>",
"JWT_AUDIENCE": "<app-id>",
"Kestrel": {
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;Database=TransAction;Trusted_Connection=True;MultipleActiveResultSets=true",
"CONNECTION_STRING": "Server=localhost;Database=TransAction;user=<user_id>;password=<password>;MultipleActiveResultSets=true;TrustServerCertificate=True",
"JWT_AUTHORITY": "https://dev.loginproxy.gov.bc.ca/auth/realms/<realmid>",
"JWT_AUDIENCE": "<app-id>",
"Kestrel": {
Expand Down

0 comments on commit e4e190f

Please sign in to comment.