diff options
author | uzhas <uzhas@ydb.tech> | 2022-08-19 13:32:16 +0300 |
---|---|---|
committer | uzhas <uzhas@ydb.tech> | 2022-08-19 13:32:16 +0300 |
commit | 7b61b052f3baa7e43edca48c373f95b5e5f1c845 (patch) | |
tree | af34ac164e7f59bda169c65fc08ec2080b75bd92 | |
parent | e71cec66a3f48389e9ae9bf34a4dd7613c965639 (diff) | |
download | ydb-7b61b052f3baa7e43edca48c373f95b5e5f1c845.tar.gz |
enable viewer in YQ
-rw-r--r-- | ydb/core/driver_lib/run/config.h | 1 |
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() { |