2019-11-18 18:00:06 +00:00
|
|
|
<?xml version="1.0"?>
|
2021-09-19 22:38:53 +00:00
|
|
|
<clickhouse>
|
2019-11-18 18:00:06 +00:00
|
|
|
<profiles>
|
|
|
|
<default>
|
|
|
|
</default>
|
|
|
|
</profiles>
|
|
|
|
|
|
|
|
<users>
|
|
|
|
<default>
|
|
|
|
<password></password>
|
|
|
|
<networks incl="networks" replace="replace">
|
|
|
|
<ip>::/0</ip>
|
|
|
|
</networks>
|
|
|
|
<profile>default</profile>
|
|
|
|
<quota>default</quota>
|
|
|
|
</default>
|
|
|
|
|
|
|
|
<no_access>
|
|
|
|
<password></password>
|
|
|
|
<networks incl="networks" replace="replace">
|
|
|
|
<ip>::/0</ip>
|
|
|
|
</networks>
|
|
|
|
<profile>default</profile>
|
|
|
|
<quota>default</quota>
|
|
|
|
<allow_databases></allow_databases>
|
|
|
|
</no_access>
|
|
|
|
|
|
|
|
<has_access>
|
|
|
|
<password></password>
|
|
|
|
<networks incl="networks" replace="replace">
|
|
|
|
<ip>::/0</ip>
|
|
|
|
</networks>
|
|
|
|
<profile>default</profile>
|
|
|
|
<quota>default</quota>
|
|
|
|
<allow_databases>
|
|
|
|
<database>test</database>
|
|
|
|
<database>db1</database>
|
|
|
|
</allow_databases>
|
|
|
|
</has_access>
|
|
|
|
</users>
|
|
|
|
|
|
|
|
<quotas>
|
|
|
|
<default>
|
|
|
|
</default>
|
|
|
|
</quotas>
|
2021-09-19 22:38:53 +00:00
|
|
|
</clickhouse>
|