ClickHouse/programs/server/users.d/allow_only_from_localhost.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
218 B
XML
Raw Normal View History

<clickhouse>
<users>
<default>
<networks replace="replace">
<ip>::1</ip>
<ip>127.0.0.1</ip>
</networks>
</default>
</users>
</clickhouse>