Merge pull request #17597 from ClickHouse/fix-grpc-tests

Fix GRPC tests
This commit is contained in:
alexey-milovidov 2020-12-01 10:27:11 +03:00 committed by GitHub
commit 0739ed8f97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
<yandex>
<grpc_port>9100</grpc_port>
<grpc_port replace="replace">9100</grpc_port>
</yandex>

View File

@ -1,6 +1,6 @@
<yandex>
<grpc_port>9100</grpc_port>
<grpc>
<grpc_port replace="replace">9100</grpc_port>
<grpc replace="replace">
<enable_ssl>true</enable_ssl>
<!-- The following two files are used only if enable_ssl=1 -->