21 lines
882 B
XML
21 lines
882 B
XML
<hazelcast xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.hazelcast.com/schema/config http://www.hazelcast.com/schema/config/hazelcast-config-3.8.xsd" xmlns="http://www.hazelcast.com/schema/config">
|
|
<group>
|
|
<name>ona</name>
|
|
<password>123456</password>
|
|
</group>
|
|
<network>
|
|
<public-address>onaintdata1</public-address>
|
|
<port auto-increment="false">5701</port>
|
|
<join>
|
|
<multicast enabled="false"></multicast>
|
|
<tcp-ip enabled="true">
|
|
<member>onaintdata1:5701</member>
|
|
</tcp-ip>
|
|
</join>
|
|
</network>
|
|
<properties>
|
|
<property name="hazelcast.rest.enabled">true</property>
|
|
<property name="hazelcast.socket.bind.any">true</property>
|
|
<property name="hazelcast.jmx">true</property>
|
|
</properties>
|
|
</hazelcast> |