ClickHouse/dbms/tests/integration/test_allowed_url_from_config/configs/config_for_remote.xml

11 lines
294 B
XML
Raw Normal View History

<yandex>
<remote_url_allow_hosts>
<host>localhost:9000</host>
<host>localhost:9440</host>
<host>example01-01-1</host>
<host>example01-01-2</host>
<host>example01-02-1</host>
<host>example01-02-2</host>
</remote_url_allow_hosts>
</yandex>