mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 07:12:20 -05:00
This changeset adds a missing egress proxy configuration environment variable. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
9 lines
233 B
Bash
9 lines
233 B
Bash
##
|
|
# Cloud Foundry app initialization script
|
|
# 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
|