summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexnick <[email protected]>2022-09-21 14:24:48 +0300
committeralexnick <[email protected]>2022-09-21 14:24:48 +0300
commitcc0c2266f4c100fd5cf2ee93b34244c2d2552daf (patch)
tree86e871c5c1fa535bfae9adb29762662073646fdf
parent910ebbcaff2fe66589aaad2fe0cdc1fb4e857d06 (diff)
fix for ChooseProxy
Note: mandatory check (NEED_CHECK) was skipped
-rw-r--r--ydb/core/protos/pqconfig.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/ydb/core/protos/pqconfig.proto b/ydb/core/protos/pqconfig.proto
index f4fb341596c..3bdea7bc41d 100644
--- a/ydb/core/protos/pqconfig.proto
+++ b/ydb/core/protos/pqconfig.proto
@@ -168,6 +168,8 @@ message TPQConfig {
optional string LbUserDatabaseRoot = 5 [default = ""];
}
optional TPQDiscoveryConfig PQDiscoveryConfig = 46;
+
+ optional uint32 LegacyApiPort = 50 [default = 2135];
}
message TChannelProfile {