github.com/kayoticsully/syncthing@v0.8.9-0.20140724133906-c45a2fdc03f8/integration/h4/config.xml (about)

     1  <configuration version="2">
     2      <repository id="unique" directory="s4" ro="false">
     3          <node id="I6KAH7666SLLL5PFXSOAUFJCDZYAOMLEKCP2GB3BV5RQST3PSROA" name="s1"></node>
     4          <node id="JMFJCXBGZDE4BOCJE3VF65GYZNAIVJRET3J6HMRAUQIGJOFKNHMQ" name="s2"></node>
     5          <node id="373HSRPQLPNLIJYKZVQFP4PKZ6R2ZE6K3YD442UJHBGBQGWWXAHA" name="s3"></node>
     6          <node id="EJHMPAQOGCVORISB4IS3SYYVJXTKJGLTU66DIQPGJ5D2GXGQ3OWQ" name="s4"></node>
     7      </repository>
     8      <repository id="default" directory="s4d" ro="false">
     9          <node id="I6KAH7666SLLL5PFXSOAUFJCDZYAOMLEKCP2GB3BV5RQST3PSROA" name="s1"></node>
    10      </repository>
    11      <node id="I6KAH7666SLLL5PFXSOAUFJCDZYAOMLEKCP2GB3BV5RQST3PSROA" name="s1">
    12          <address>127.0.0.1:22001</address>
    13      </node>
    14      <node id="JMFJCXBGZDE4BOCJE3VF65GYZNAIVJRET3J6HMRAUQIGJOFKNHMQ" name="s2">
    15          <address>127.0.0.1:22002</address>
    16      </node>
    17      <node id="373HSRPQLPNLIJYKZVQFP4PKZ6R2ZE6K3YD442UJHBGBQGWWXAHA" name="s3">
    18          <address>127.0.0.1:22003</address>
    19      </node>
    20      <node id="EJHMPAQOGCVORISB4IS3SYYVJXTKJGLTU66DIQPGJ5D2GXGQ3OWQ" name="s4">
    21          <address>dynamic</address>
    22      </node>
    23      <gui enabled="true">
    24          <address>127.0.0.1:8084</address>
    25  	<apikey>abc123</apikey>
    26      </gui>
    27      <options>
    28          <listenAddress>:22004</listenAddress>
    29          <globalAnnounceServer>announce.syncthing.net:22025</globalAnnounceServer>
    30          <globalAnnounceEnabled>false</globalAnnounceEnabled>
    31          <localAnnounceEnabled>true</localAnnounceEnabled>
    32          <parallelRequests>16</parallelRequests>
    33          <maxSendKbps>0</maxSendKbps>
    34          <rescanIntervalS>60</rescanIntervalS>
    35          <reconnectionIntervalS>10</reconnectionIntervalS>
    36          <maxChangeKbps>10000</maxChangeKbps>
    37          <startBrowser>false</startBrowser>
    38          <upnpEnabled>false</upnpEnabled>
    39      </options>
    40  </configuration>