Skip to content

Commit

Permalink
Merge pull request OpenNRW#5 from GovDataOfficial/http-proxy
Browse files Browse the repository at this point in the history
Use proxy for http requests
  • Loading branch information
jvanzadelhoff committed Jul 16, 2020
2 parents 9cb8815 + 358bc08 commit 3772f3c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/camel-oai-pmh.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@

<!-- Camel context for this application -->
<camelContext xmlns="http:https://camel.apache.org/schema/spring" xmlns:oai="http:https://www.openarchives.org/OAI/2.0/">
<properties>
<property key="http.proxyHost" value="{{http.proxyHost:}}"/>
<property key="http.proxyPort" value="{{http.proxyPort:}}"/>
<property key="http.nonProxyHosts" value="{{http.nonProxyHosts:}}"/>
</properties>

<template id="template"/>

<!-- internal endpoint of processing route for csw catalogs -->
Expand Down

0 comments on commit 3772f3c

Please sign in to comment.