Skip to content

Commit

Permalink
CCM-6434: temp change to point to de-iaho3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian-Hodges committed Oct 9, 2024
1 parent da1cb4d commit aaf5400
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
5 changes: 3 additions & 2 deletions proxies/live/apiproxy/targets/target.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
<SSLInfo>
<Enabled>true</Enabled>
</SSLInfo>
<LoadBalancer>
<!-- <LoadBalancer>
<Server name="{{ TARGET_SERVER_OVERRIDE | default('communications-manager-target') }}"/>
</LoadBalancer>
</LoadBalancer> -->
<URL>https://comms-apim.de-iaho3.communications.national.nhs.uk</URL>
<Path>{requestpath}</Path>
<Properties>
<Property name="io.timeout.millis">29000</Property>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
<Name>requestpath</Name>
<Value>/api/v1/send</Value>
</AssignVariable>
<AssignVariable>
<Name>target.url</Name>
<Value>https://comms-apim.de-iaho3.communications.national.nhs.uk/api/v1/send</Value>
</AssignVariable>
<Set>
<Payload contentType="application/json" variablePrefix="%" variableSuffix="#">%data.payload#</Payload>
<Headers>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
<Name>requestpath</Name>
<Value>/api/v1/messages</Value>
</AssignVariable>
<AssignVariable>
<Name>target.url</Name>
<Value>https://comms-apim.de-iaho3.communications.national.nhs.uk/api/v1/messages</Value>
</AssignVariable>
<Set>
<Payload contentType="application/json" variablePrefix="%" variableSuffix="#">%data.payload#</Payload>
<Headers>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
<Name>requestpath</Name>
<Template>/api/v1/messages/{data.messageId}</Template>
</AssignVariable>
<AssignVariable>
<Name>target.url</Name>
<Value>https://comms-apim.de-iaho3.communications.national.nhs.uk/api/v1/messages/{data.messageId}</Value>
</AssignVariable>
<Set>
<Headers>
<Header name="X-Correlation-Id">{backendCorrelationId}</Header>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
<Name>requestpath</Name>
<Value>/api/channels/nhsapp/accounts</Value>
</AssignVariable>
<AssignVariable>
<Name>target.url</Name>
<Value>https://comms-apim.de-iaho3.communications.national.nhs.uk/api/channels/nhsapp/accounts</Value>
</AssignVariable>
<Set>
<Headers>
<Header name="X-Correlation-Id">{backendCorrelationId}</Header>
Expand Down

0 comments on commit aaf5400

Please sign in to comment.