2023-01-23 10:41:26 -05:00
|
|
|
##
|
|
|
|
|
# Cloud Foundry app initialization script
|
|
|
|
|
# https://docs.cloudfoundry.org/devguide/deploy-apps/deploy-app.html#profile
|
|
|
|
|
##
|
|
|
|
|
|
|
|
|
|
export NEW_RELIC_PROXY_HOST=$egress_proxy
|
2024-01-19 17:14:11 -05:00
|
|
|
export http_proxy=$egress_proxy
|
|
|
|
|
export https_proxy=$egress_proxy
|
2024-01-22 15:36:00 -05:00
|
|
|
export no_proxy="apps.internal"
|