{{ orientdb_hazelcast_group_name }}
{{ orientdb_hazelcast_group_password }}
{{ orientdb_hazelcast_port_min }}
{{ orientdb_hazelcast_multicast_group }}
{{ orientdb_hazelcast_port_min }}
{% if not orientdb_hazelcast_multicast_enabled %}
{% for node in orientdb_hazelcast_unicast_members %}
{{ node.member }}:{{ node.port | default(orientdb_hazelcast_port_min) }}
{% endfor %}
{% endif %}
{% if orientbd_hazelcast_encryption %}
Blowfish
{{ orientdb_hazelcast_salt }}
{{ orientdb_hazelcast_pwd }}
19
{% endif %}
16