We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
export EC2_JVM_ARGS="-Dhttp.proxySet=true -Dhttp.proxyHost=${PXHOST} -Dhttp.proxyPort=${PXPORT} -Dhttp.proxyUser=${PXUSER} -Dhttp.proxyPass=${PXPASS} -Dhttps.proxySet=true -Dhttps.proxyHost=${PXHOST} -Dhttps.proxyPort=${PXPORT} -Dhttps.proxyUser=${PXUSER} -Dhttps.proxyPass=${PXPASS}"
export SERVICE_JVM_ARGS=${EC2_JVM_ARGS}