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.
1 parent 5e13fa0 commit f081fcaCopy full SHA for f081fca
proxies/live/apiproxy/targets/target.xml
@@ -21,10 +21,9 @@
21
</FaultRule>
22
</FaultRules>
23
<HTTPTargetConnection>
24
- <!--TODO: The target needs to configured on a per enironment basis (NPA-1979)
25
- This URL will also need to change once we have DNS in place (NPA-1669)
26
- -->
27
- <URL>https://6e6ljoc1a5.execute-api.eu-west-2.amazonaws.com/default/api</URL>
+ <LoadBalancer>
+ <Server name="validated-relationships-service-api"/>
+ </LoadBalancer>
28
<Properties>
29
<Property name="supports.http10">true</Property>
30
<Property name="request.retain.headers">User-Agent,Referer,Accept-Language</Property>
0 commit comments