ClickHouse/dbms/tests/integration/test_allowed_url_from_config/configs/config_for_remote.xml
millb a97739f67f Created class StorageOfAllowedURL
Created test for table function remote and remoteSecure
Created check allowed url in remote and remoteSecure
Fixed tests
2019-10-09 23:29:41 +03:00

11 lines
294 B
XML

<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>