Logo
Explore Help
Sign In
darkhelm/notifications-api
1
0
Fork 0
You've already forked notifications-api
mirror of https://github.com/GSA/notifications-api.git synced 2025-12-20 15:31:15 -05:00
Code Issues Packages Projects Releases Wiki Activity
Files
51c90878a2c70e16cfbcfdbc063f468eb332c799
notifications-api/.profile

10 lines
265 B
Plaintext
Raw Normal View History

Set https_proxy env variable in app initialization script
2022-11-08 11:48:23 -05:00
##
# Cloud Foundry app initialization script
# https://docs.cloudfoundry.org/devguide/deploy-apps/deploy-app.html#profile
##
Adding missing egress proxy configuration This changeset adds a missing egress proxy configuration environment variable. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-01-19 17:39:32 -05:00
export http_proxy=$egress_proxy
Set https_proxy env variable in app initialization script
2022-11-08 11:48:23 -05:00
export https_proxy=$egress_proxy
Setup newrelic for cloud.gov environments
2023-01-18 09:20:22 -05:00
export NEW_RELIC_PROXY_HOST=$egress_proxy
Add no_proxy environment variable This changeset adds the no_proxy environment variable to be set at the time our app runs to exclude the internal apps running within our platform that are handled by Cloud Foundry network policies instead. Without this in place, the egress proxy will not allow our deployed apps to talk with one another. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-01-22 16:28:37 -05:00
export no_proxy="apps.internal"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0 Page: 790ms Template: 73ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API