2020-08-08 03:42:42 +00:00
|
|
|
<!-- Config that is used when server is run without config file. -->
|
2021-09-19 22:38:53 +00:00
|
|
|
<clickhouse>
|
2020-08-08 03:42:42 +00:00
|
|
|
<logger>
|
|
|
|
<level>trace</level>
|
|
|
|
<console>true</console>
|
|
|
|
</logger>
|
|
|
|
|
|
|
|
<http_port>8123</http_port>
|
|
|
|
<tcp_port>9000</tcp_port>
|
|
|
|
<mysql_port>9004</mysql_port>
|
|
|
|
|
|
|
|
<path>./</path>
|
|
|
|
|
|
|
|
<mlock_executable>true</mlock_executable>
|
|
|
|
|
|
|
|
<users>
|
|
|
|
<default>
|
|
|
|
<password></password>
|
|
|
|
|
2021-01-04 18:01:17 +00:00
|
|
|
<networks>
|
2020-08-08 03:42:42 +00:00
|
|
|
<ip>::/0</ip>
|
|
|
|
</networks>
|
|
|
|
|
|
|
|
<profile>default</profile>
|
|
|
|
<quota>default</quota>
|
2023-11-11 07:46:10 +00:00
|
|
|
|
2020-08-08 03:42:42 +00:00
|
|
|
<access_management>1</access_management>
|
2023-11-11 07:46:10 +00:00
|
|
|
<named_collection_control>1</named_collection_control>
|
2020-08-08 03:42:42 +00:00
|
|
|
</default>
|
|
|
|
</users>
|
|
|
|
|
|
|
|
<profiles>
|
|
|
|
<default/>
|
|
|
|
</profiles>
|
|
|
|
|
|
|
|
<quotas>
|
|
|
|
<default />
|
|
|
|
</quotas>
|
2021-09-19 22:38:53 +00:00
|
|
|
</clickhouse>
|