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

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