hazelcast-test/hazelcast.xml
Карпич Дмитрий Александрович ba120c3fa7 chore(*): finnaly make it work
2024-12-23 19:29:36 +03:00

23 lines
871 B
XML

<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.12.xsd"
xmlns="http://www.hazelcast.com/schema/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<group>
<name>superadmin</name>
<password>dev-pass</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>