<?xml version="1.0" encoding="UTF-8"?>
<config>
    <node>
        <!-- master设置为1，slave设置为2 -->
        <serverId>1</serverId>
        <redoPath></redoPath>
        <redoKeepSegments>1024</redoKeepSegments>
        <vip></vip>
        <enableStat>true</enableStat>
        <backupPath></backupPath>
    </node>
    <!-- master服务配置 -->
    <master>
        <bindPort>9090</bindPort>
        <!-- 同步slave节点ID -->
        <!-- <synSlavesID></synSlavesID> -->
        <masterReplication>false</masterReplication>
        <enableWriteDisk>true</enableWriteDisk>
    </master>
    <!-- slave服务配置 -->
    <slave>
        <slaveReplication>false</slaveReplication>
        <host></host>
        <port>9090</port>
    </slave>
</config>