2019-11-21 19:44:44 +00:00
|
|
|
<?xml version="1.0"?>
|
2021-09-19 22:38:53 +00:00
|
|
|
<clickhouse>
|
2019-11-21 19:44:44 +00:00
|
|
|
<profiles>
|
|
|
|
<default>
|
|
|
|
<any_join_distinct_right_table_keys>1</any_join_distinct_right_table_keys>
|
|
|
|
</default>
|
|
|
|
</profiles>
|
|
|
|
<users>
|
|
|
|
<default>
|
|
|
|
<password></password>
|
|
|
|
<networks incl="networks" replace="replace">
|
|
|
|
<ip>::/0</ip>
|
|
|
|
</networks>
|
|
|
|
<profile>default</profile>
|
|
|
|
<quota>default</quota>
|
|
|
|
</default>
|
2020-02-07 19:31:09 +00:00
|
|
|
<another>
|
|
|
|
<password/>
|
|
|
|
<networks>
|
|
|
|
<ip>::/0</ip>
|
|
|
|
</networks>
|
|
|
|
<profile>default</profile>
|
|
|
|
<quota>default</quota>
|
|
|
|
</another>
|
2019-11-21 19:44:44 +00:00
|
|
|
</users>
|
|
|
|
<quotas>
|
2020-02-07 19:31:09 +00:00
|
|
|
<default/>
|
2019-11-21 19:44:44 +00:00
|
|
|
</quotas>
|
2021-09-19 22:38:53 +00:00
|
|
|
</clickhouse>
|