ClickHouse/dbms/tests/integration/test_quota/configs/users.xml
2019-12-05 21:03:57 +03:00

19 lines
456 B
XML

<?xml version="1.0"?>
<yandex>
<profiles>
<default>
</default>
</profiles>
<users>
<default>
<password></password>
<networks incl="networks" replace="replace">
<ip>::/0</ip>
</networks>
<profile>default</profile>
<quota>myQuota</quota>
<allow_quota_management>true</allow_quota_management>
</default>
</users>
</yandex>