2022-11-08 11:48:23 -05:00
|
|
|
##
|
|
|
|
|
# Cloud Foundry app initialization script
|
|
|
|
|
# https://docs.cloudfoundry.org/devguide/deploy-apps/deploy-app.html#profile
|
|
|
|
|
##
|
|
|
|
|
|
2024-01-19 17:39:32 -05:00
|
|
|
export http_proxy=$egress_proxy
|
2022-11-08 11:48:23 -05:00
|
|
|
export https_proxy=$egress_proxy
|
2023-01-18 09:20:22 -05:00
|
|
|
export NEW_RELIC_PROXY_HOST=$egress_proxy
|
2024-01-22 16:28:37 -05:00
|
|
|
export no_proxy="apps.internal"
|