Skip to content

Commit 46aadd8

Browse files
authored
Revert "Renames proxy environment variable (#200)" (#205)
This reverts commit 808fbc7.
1 parent befa4ad commit 46aadd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BtmsGateway/Utils/Http/Proxy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ int httpClientRetryCount
7676
[ExcludeFromCodeCoverage]
7777
private static HttpClientHandler ConfigurePrimaryHttpMessageHandler()
7878
{
79-
var proxyUri = Environment.GetEnvironmentVariable("HTTPS_PROXY");
79+
var proxyUri = Environment.GetEnvironmentVariable("CDP_HTTPS_PROXY");
8080
return CreateHttpClientHandler(proxyUri);
8181
}
8282

0 commit comments

Comments
 (0)