Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions programs/server/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,12 @@
<!-- Compatibility with MySQL protocol.
ClickHouse will pretend to be MySQL for applications connecting to this port.
-->
<mysql_port>9004</mysql_port>
<!-- <mysql_port>9004</mysql_port> -->

<!-- Compatibility with PostgreSQL protocol.
ClickHouse will pretend to be PostgreSQL for applications connecting to this port.
-->
<postgresql_port>9005</postgresql_port>
<!-- <postgresql_port>9005</postgresql_port> -->

<!-- HTTP API with TLS (HTTPS).
You have to configure certificate to enable this interface.
Expand Down
Loading