blob: 9aaa40ece1a71845a6642a1269e3dc7bfb6c01b2 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<hz:hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.5.xsd"
xmlns:hz="http://www.hazelcast.com/schema/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<hz:network>
<hz:port auto-increment="true" port-count="100">5701</hz:port>
<hz:join>
<hz:multicast enabled="false"/>
<hz:tcp-ip enabled="true">
<hz:interface>127.0.0.1</hz:interface>
</hz:tcp-ip>
</hz:join>
</hz:network>
</hz:hazelcast>