Skip to content

Instantly share code, notes, and snippets.

@kuba-wu
Created June 12, 2017 18:12
<hazelcast-client xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.hazelcast.com/schema/client-config
http://www.hazelcast.com/schema/client-config/hazelcast-client-config-3.2.xsd"
xmlns="http://www.hazelcast.com/schema/client-config">
<group>
<name>cluster1</name>
<password>cluster1pass</password>
</group>
<network>
<cluster-members>
<address>127.0.0.1:5701</address>
</cluster-members>
</network>
</hazelcast-client>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment