mirror of
https://github.com/traccar/traccar.git
synced 2026-01-16 11:30:06 -05:00
15 lines
529 B
XML
15 lines
529 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.7.xsd"
|
|
xmlns="http://www.hazelcast.com/schema/config"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<network>
|
|
<port auto-increment="false">5702</port>
|
|
<join>
|
|
<multicast enabled="false" />
|
|
<tcp-ip enabled="true">
|
|
<member>localhost:5701</member>
|
|
</tcp-ip>
|
|
</join>
|
|
</network>
|
|
</hazelcast>
|