v.24.8Improvement

Read Configuration for clickhouse-local from ~/.clickhouse-local

Read configuration for clickhouse-local from ~/.clickhouse-local. #67135 (Azat Khuzhin).
Allows clickhouse-local to read its configuration from the ~/.clickhouse-local directory.

Why it matters

This feature enables users to customize and persist configuration settings for clickhouse-local in a dedicated user directory, improving usability and configurability for local ClickHouse operations.

How to use it

Place configuration files in the ~/.clickhouse-local directory. clickhouse-local will automatically read its settings from this location when executed.