Adding missing egress proxy configuration

This changeset adds a missing egress proxy configuration environment variable.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-01-19 17:39:32 -05:00
parent 66b31bc619
commit 2fcb2f59b8

View File

@@ -3,5 +3,6 @@
# https://docs.cloudfoundry.org/devguide/deploy-apps/deploy-app.html#profile
##
export http_proxy=$egress_proxy
export https_proxy=$egress_proxy
export NEW_RELIC_PROXY_HOST=$egress_proxy