From d253b601a2eb145af714dbb4ab3db8ff5acb2022 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Fri, 19 Jan 2024 17:14:11 -0500 Subject: [PATCH] Add missing egress proxy configuration This changeset adds some egress proxy configuration that is currently missing from the application initialization. Signed-off-by: Carlo Costino --- .profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.profile b/.profile index 6df32fc64..e14df8951 100644 --- a/.profile +++ b/.profile @@ -4,3 +4,5 @@ ## export NEW_RELIC_PROXY_HOST=$egress_proxy +export http_proxy=$egress_proxy +export https_proxy=$egress_proxy