ClickHouse/tests/integration/test_select_access_rights/configs/another_user.xml
Vitaly Baranov 5691a859d6 Add tests.
2022-07-15 15:44:29 +02:00

17 lines
389 B
XML

<?xml version="1.0"?>
<clickhouse>
<users>
<another>
<password/>
<networks>
<ip>::/0</ip>
</networks>
<profile>default</profile>
<quota>default</quota>
<allow_databases>
<database>mydb</database>
</allow_databases>
</another>
</users>
</clickhouse>