Skip to content

Commit

Permalink
update HIBC test urls for all app instances for PBCS cutover (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
daveb-hni committed Sep 15, 2023
1 parent 15bb337 commit 4e0f737
Show file tree
Hide file tree
Showing 36 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion Services/ClaimService/src/appsettings.tr1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationTR1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationTR1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/ClaimService/src/appsettings.vc1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVC1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVC1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/ClaimService/src/appsettings.vc2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVC2/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVC2/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/ClaimService/src/appsettings.vs1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVS1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVS1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/ConsentService/src/appsettings.tr1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationTR1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationTR1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/ConsentService/src/appsettings.vc1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVC1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVC1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/ConsentService/src/appsettings.vc2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVC2/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVC2/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/ConsentService/src/appsettings.vs1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVS1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVS1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/LocationService/src/appsettings.tr1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationTR1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationTR1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/LocationService/src/appsettings.vc1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVC1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVC1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/LocationService/src/appsettings.vc2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVC2/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVC2/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/LocationService/src/appsettings.vs1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVS1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVS1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationTR1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationTR1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVC1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVC1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVC2/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVC2/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVS1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVS1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/MedicationRequestService/src/appsettings.tr1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationTR1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationTR1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/MedicationRequestService/src/appsettings.vc1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVC1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVC1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/MedicationRequestService/src/appsettings.vc2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVC2/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVC2/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/MedicationRequestService/src/appsettings.vs1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVS1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVS1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/MedicationService/src/appsettings.tr1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationTR1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationTR1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/MedicationService/src/appsettings.vc1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVC1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVC1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/MedicationService/src/appsettings.vc2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVC2/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVC2/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/MedicationService/src/appsettings.vs1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVS1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVS1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationTR1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationTR1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVC1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVC1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVC2/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVC2/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVS1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVS1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/PatientService/src/appsettings.tr1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationTR1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationTR1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/PatientService/src/appsettings.vc1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVC1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVC1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/PatientService/src/appsettings.vc2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVC2/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVC2/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/PatientService/src/appsettings.vs1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVS1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVS1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/PractitionerService/src/appsettings.tr1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationTR1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationTR1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/PractitionerService/src/appsettings.vc1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVC1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVC1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/PractitionerService/src/appsettings.vc2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVC2/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVC2/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down
2 changes: 1 addition & 1 deletion Services/PractitionerService/src/appsettings.vs1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"PharmanetProxy": {
"Endpoint": "https://t1pnetgwy.maximusbc.ca/pnetIntegrationVS1/submitTransaction",
"Endpoint": "https://t1pnetgwy.hibc.gov.bc.ca/pnetIntegrationVS1/submitTransaction",
"ClientCertificatePath": "/usr/local/pharmanet/t1pnetgwy.pfx"
},
"OpenIdConnect": {
Expand Down

0 comments on commit 4e0f737

Please sign in to comment.