mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-12 08:12:27 -05:00
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:
1
.profile
1
.profile
@@ -3,5 +3,6 @@
|
|||||||
# https://docs.cloudfoundry.org/devguide/deploy-apps/deploy-app.html#profile
|
# https://docs.cloudfoundry.org/devguide/deploy-apps/deploy-app.html#profile
|
||||||
##
|
##
|
||||||
|
|
||||||
|
export http_proxy=$egress_proxy
|
||||||
export https_proxy=$egress_proxy
|
export https_proxy=$egress_proxy
|
||||||
export NEW_RELIC_PROXY_HOST=$egress_proxy
|
export NEW_RELIC_PROXY_HOST=$egress_proxy
|
||||||
|
|||||||
Reference in New Issue
Block a user