We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96d0d6e + 1453faf commit 6292676Copy full SHA for 6292676
proxies/live/apiproxy/targets/target.xml
@@ -24,10 +24,9 @@
24
</FaultRule>
25
</FaultRules>
26
<HTTPTargetConnection>
27
- <!--TODO: The target needs to configured on a per enironment basis (NPA-1979)
28
- This URL will also need to change once we have DNS in place (NPA-1669)
29
- -->
30
- <URL>https://jfhedvdn0k.execute-api.eu-west-2.amazonaws.com/default/api</URL>
+ <LoadBalancer>
+ <Server name="validated-relationships-service-api"/>
+ </LoadBalancer>
31
<Properties>
32
<Property name="supports.http10">true</Property>
33
<Property name="request.retain.headers">User-Agent,Referer,Accept-Language</Property>
0 commit comments