ClickHouse/tests/integration/test_filesystem_cache/config.d/storage_conf.xml
2023-08-08 14:08:28 +02:00

11 lines
243 B
XML

<clickhouse>
<storage_configuration>
<disks>
<hdd_blob>
<type>local_blob_storage</type>
<path>/</path>
</hdd_blob>
</disks>
</storage_configuration>
</clickhouse>