ClickHouse/tests/integration/test_custom_settings/configs/users.d/custom_settings.xml
2020-08-04 01:48:29 +03:00

19 lines
487 B
XML

<yandex>
<profiles>
<default>
<custom_a>Int64_-5</custom_a>
<custom_b>UInt64_10000000000</custom_b>
<custom_c>Float64_-43.25e-1</custom_c>
<custom_d>'some text'</custom_d>
</default>
<profile_with_unknown_setting>
<x>1</x>
</profile_with_unknown_setting>
<profile_illformed_setting>
<custom_f>1</custom_f>
</profile_illformed_setting>
</profiles>
</yandex>