Skip to content

Commit 406b3fc

Browse files
author
Ian Shimmings
committed
Updated ipaffs tst urls to pre
1 parent 8b0094f commit 406b3fc

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

BtmsGateway/appsettings.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"RouteTo": "Legacy"
7575
},
7676
"ALVSClearanceRequestToIpaffs": {
77-
"RoutePath": "/soapsearch/tst/sanco/traces_ws/sendALVSClearanceRequest",
77+
"RoutePath": "/soapsearch/pre/sanco/traces_ws/sendALVSClearanceRequest",
7878
"MessageSubXPath": "ALVSClearanceRequestPost/ALVSClearanceRequest",
7979
"Legend": "IPAFFS Clearance Request",
8080
"LegacyLinkName": "Stub",
@@ -83,7 +83,7 @@
8383
"RouteTo": "Legacy"
8484
},
8585
"ALVSFinalisationNotificationToIpaffs": {
86-
"RoutePath": "/soapsearch/tst/sanco/traces_ws/sendFinalisationNotificationRequest",
86+
"RoutePath": "/soapsearch/pre/sanco/traces_ws/sendFinalisationNotificationRequest",
8787
"MessageSubXPath": "FinalisationNotificationRequestPost/FinalisationNotificationRequest",
8888
"Legend": "IPAFFS Finalisation",
8989
"LegacyLinkName": "Stub",
@@ -145,7 +145,7 @@
145145
},
146146
"AlvsIpaffs": {
147147
"LinkType": "Url",
148-
"Link": "https://importnotification-api-tst.azure.defra.cloud/"
148+
"Link": "https://importnotification-api-pre.azure.defra.cloud/"
149149
}
150150
}
151151
},
@@ -169,7 +169,12 @@
169169
"HostHeader": "syst32.hmrc.gov.uk",
170170
"IncludeInAutomatedHealthCheck": true
171171
},
172-
"IPAFFS_TST_Soap_Search": {
172+
"IPAFFS_PreProd_Soap_Search": {
173+
"Method": "GET",
174+
"Url": "https://importnotification-api-pre.azure.defra.cloud/soapsearch/pre/admin/health-check",
175+
"IncludeInAutomatedHealthCheck": true
176+
},
177+
"IPAFFS_Test_Soap_Search": {
173178
"Method": "GET",
174179
"Url": "https://importnotification-api-tst.azure.defra.cloud/soapsearch/tst/admin/health-check",
175180
"IncludeInAutomatedHealthCheck": true

0 commit comments

Comments
 (0)