summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yt/cpp/mapreduce/interface/config.cpp')
-rw-r--r--yt/cpp/mapreduce/interface/config.cpp2
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");