mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 11:02:08 +00:00
15 lines
529 B
XML
15 lines
529 B
XML
<clickhouse>
|
|
<profiles>
|
|
<default>
|
|
<allow_experimental_database_replicated>1</allow_experimental_database_replicated>
|
|
<allow_experimental_alter_materialized_view_structure>1</allow_experimental_alter_materialized_view_structure>
|
|
<allow_experimental_refreshable_materialized_view>1</allow_experimental_refreshable_materialized_view>
|
|
</default>
|
|
</profiles>
|
|
<users>
|
|
<default>
|
|
<profile>default</profile>
|
|
</default>
|
|
</users>
|
|
</clickhouse>
|