mirror of
https://github.com/GSA/notifications-api.git
synced 2026-04-24 11:20:11 -04:00
8 lines
201 B
Bash
8 lines
201 B
Bash
##
|
|
# Cloud Foundry app initialization script
|
|
# https://docs.cloudfoundry.org/devguide/deploy-apps/deploy-app.html#profile
|
|
##
|
|
|
|
export https_proxy=$egress_proxy
|
|
export NEW_RELIC_PROXY_HOST=$egress_proxy
|