mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 02:53:38 +00:00
14 lines
325 B
XML
14 lines
325 B
XML
<clickhouse>
|
|
<users>
|
|
<default>
|
|
<networks>
|
|
<host>node3</host>
|
|
<host_regexp>[a-z]+4</host_regexp>
|
|
<ip>::1</ip>
|
|
<ip>127.0.0.1</ip>
|
|
</networks>
|
|
<profile>default</profile>
|
|
</default>
|
|
</users>
|
|
</clickhouse>
|