mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
42 lines
1.1 KiB
XML
42 lines
1.1 KiB
XML
<clickhouse>
|
|
<tcp_port>9000</tcp_port>
|
|
|
|
<profiles>
|
|
<default>
|
|
</default>
|
|
</profiles>
|
|
|
|
<users>
|
|
<default>
|
|
<profile>default</profile>
|
|
<no_password></no_password>
|
|
</default>
|
|
</users>
|
|
|
|
<keeper_server>
|
|
<tcp_port>2181</tcp_port>
|
|
<server_id>1</server_id>
|
|
<log_storage_path>/var/lib/clickhouse/coordination/log</log_storage_path>
|
|
<snapshot_storage_path>/var/lib/clickhouse/coordination/snapshots</snapshot_storage_path>
|
|
<coordination_settings>
|
|
<session_timeout_ms>20000</session_timeout_ms>
|
|
</coordination_settings>
|
|
<raft_configuration>
|
|
<server>
|
|
<id>1</id>
|
|
<hostname>localhost</hostname>
|
|
<port>9444</port>
|
|
</server>
|
|
</raft_configuration>
|
|
</keeper_server>
|
|
|
|
<zookeeper>
|
|
<node index="1">
|
|
<host>localhost</host>
|
|
<port>2181</port>
|
|
</node>
|
|
<session_timeout_ms>20000</session_timeout_ms>
|
|
</zookeeper>
|
|
|
|
</clickhouse>
|