mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Merge pull request #17597 from ClickHouse/fix-grpc-tests
Fix GRPC tests
This commit is contained in:
commit
0739ed8f97
@ -1,3 +1,3 @@
|
||||
<yandex>
|
||||
<grpc_port>9100</grpc_port>
|
||||
<grpc_port replace="replace">9100</grpc_port>
|
||||
</yandex>
|
||||
|
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user