ansible-role-basic-system-s.../templates/10-java-caching-proxy.sh.j2

2 lines
209 B
Plaintext
Raw Normal View History

2020-07-03 17:29:03 +02:00
export JAVA_OPTS="-DproxySet=true -Dhttp.proxyHost={{ env_proxy_http_host }} -Dhttp.proxyPort={{ env_proxy_http_port }} -Dhttps.proxyHost={{ env_proxy_http_host }} -Dhttps.proxyPort={{ env_proxy_http_port }}"