diff options
| author | hiddenpath <[email protected]> | 2025-03-24 23:32:35 +0300 |
|---|---|---|
| committer | hiddenpath <[email protected]> | 2025-03-24 23:46:36 +0300 |
| commit | 0c198482005b44e3265cafbce86ebe229affc793 (patch) | |
| tree | 7e64a97d7e7c879aaeca3ec62a82bed7168996a7 /yt/cpp/mapreduce/interface/config.cpp | |
| parent | 105f4a6e123523b2003748b637f84f4961f4b4c2 (diff) | |
YT-24560: Move ProxyRole from TCreateClientOptions to TConfig
commit_hash:084ed566137acac02d701e8b07c99af4c78db549
Diffstat (limited to 'yt/cpp/mapreduce/interface/config.cpp')
| -rw-r--r-- | yt/cpp/mapreduce/interface/config.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/interface/config.cpp b/yt/cpp/mapreduce/interface/config.cpp index a6d33305103..8a579c6a321 100644 --- a/yt/cpp/mapreduce/interface/config.cpp +++ b/yt/cpp/mapreduce/interface/config.cpp @@ -199,6 +199,8 @@ void TConfig::Reset() LogPath = GetEnv("YT_LOG_PATH"); LogUseCore = GetBool("YT_LOG_USE_CORE", false); + ProxyRole = GetEnv("YT_PROXY_ROLE"); + ContentEncoding = GetEncoding("YT_CONTENT_ENCODING"); AcceptEncoding = GetEncoding("YT_ACCEPT_ENCODING"); |
