Skip to content
Snippets Groups Projects
Commit 5618e8c5 authored by Jörg Bolay's avatar Jörg Bolay
Browse files

KOP-2329 settings.xml proxy korigiert

parent cbe731ff
No related merge requests found
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<proxies> <proxies>
<proxy> <proxy>
<id>dataport-proxy</id> <id>dataport-proxy</id>
<active>true</active> <active>false</active>
<protocol>http</protocol> <protocol>http</protocol>
<host>10.65.108.2</host> <host>10.65.108.2</host>
<port>${env.DATAPORT_PROXY_PORT}</port> <port>${env.DATAPORT_PROXY_PORT}</port>
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
</proxy> </proxy>
<proxy> <proxy>
<id>dataport-gitlab-proxy</id> <id>dataport-gitlab-proxy</id>
<active>false</active> <active>true</active>
<protocol>http</protocol> <protocol>http</protocol>
<host>${env.DATAPORT_PROXY}</host> <host>${env.DATAPORT_PROXY}</host>
<port>${env.DATAPORT_PROXY_PORT}</port> <port>${env.DATAPORT_PROXY_PORT}</port>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment