aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruzhas <uzhas@ydb.tech>2022-08-19 13:32:16 +0300
committeruzhas <uzhas@ydb.tech>2022-08-19 13:32:16 +0300
commit7b61b052f3baa7e43edca48c373f95b5e5f1c845 (patch)
treeaf34ac164e7f59bda169c65fc08ec2080b75bd92
parente71cec66a3f48389e9ae9bf34a4dd7613c965639 (diff)
downloadydb-7b61b052f3baa7e43edca48c373f95b5e5f1c845.tar.gz
enable viewer in YQ
-rw-r--r--ydb/core/driver_lib/run/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/core/driver_lib/run/config.h b/ydb/core/driver_lib/run/config.h
index 59f4d57eec..29c082d607 100644
--- a/ydb/core/driver_lib/run/config.h
+++ b/ydb/core/driver_lib/run/config.h
@@ -87,6 +87,7 @@ union TBasicKikimrServicesMask {
EnableGRpcService = true;
EnableSecurityServices = true;
EnableYandexQuery = true;
+ EnableViewerService = true;
}
TBasicKikimrServicesMask() {