mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-08 08:35:20 +00:00
22 lines
521 B
XML
22 lines
521 B
XML
|
<?xml version="1.0"?>
|
||
|
<yandex>
|
||
|
<profiles>
|
||
|
<!-- Profile that allows only read queries. -->
|
||
|
<readonly>
|
||
|
<readonly>1</readonly>
|
||
|
</readonly>
|
||
|
</profiles>
|
||
|
|
||
|
<users>
|
||
|
<readonly>
|
||
|
<password></password>
|
||
|
<networks incl="networks" replace="replace">
|
||
|
<ip>::1</ip>
|
||
|
<ip>127.0.0.1</ip>
|
||
|
</networks>
|
||
|
<profile>readonly</profile>
|
||
|
<quota>default</quota>
|
||
|
</readonly>
|
||
|
</users>
|
||
|
</yandex>
|