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

2 lines
220 B
Plaintext
Raw Normal View History

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 }} $JAVA_OPTS"