syncthing/integration/f2/config.xml

35 lines
1.5 KiB
XML
Raw Normal View History

2014-06-08 19:14:04 +02:00
<configuration version="2">
<repository id="default" directory="s2" ro="false" ignorePerms="false">
2014-07-11 11:31:16 +02:00
<node id="I6KAH76-66SLLLB-5PFXSOA-UFJCDZC-YAOMLEK-CP2GB32-BV5RQST-3PSROAU"></node>
<node id="JMFJCXB-GZDE4BN-OCJE3VF-65GYZNU-AIVJRET-3J6HMRQ-AUQIGJO-FKNHMQU"></node>
<versioning type="simple">
<param key="keep" val="5"></param>
</versioning>
2014-05-18 13:20:45 +02:00
</repository>
2014-07-11 11:31:16 +02:00
<node id="I6KAH76-66SLLLB-5PFXSOA-UFJCDZC-YAOMLEK-CP2GB32-BV5RQST-3PSROAU" name="f1">
2014-06-08 19:14:04 +02:00
<address>127.0.0.1:22001</address>
</node>
2014-07-11 11:31:16 +02:00
<node id="JMFJCXB-GZDE4BN-OCJE3VF-65GYZNU-AIVJRET-3J6HMRQ-AUQIGJO-FKNHMQU" name="f2">
2014-06-08 19:14:04 +02:00
<address>127.0.0.1:22002</address>
</node>
<gui enabled="true" tls="false">
<address>127.0.0.1:8082</address>
<apikey>abc123</apikey>
</gui>
2014-05-18 13:20:45 +02:00
<options>
<listenAddress>127.0.0.1:22002</listenAddress>
2014-07-23 10:51:27 +02:00
<globalAnnounceServer>announce.syncthing.net:22026</globalAnnounceServer>
2014-05-18 13:20:45 +02:00
<globalAnnounceEnabled>false</globalAnnounceEnabled>
<localAnnounceEnabled>true</localAnnounceEnabled>
2014-06-08 19:14:04 +02:00
<localAnnouncePort>21025</localAnnouncePort>
2014-05-18 13:20:45 +02:00
<parallelRequests>16</parallelRequests>
<maxSendKbps>0</maxSendKbps>
<rescanIntervalS>15</rescanIntervalS>
<reconnectionIntervalS>5</reconnectionIntervalS>
<maxChangeKbps>10000</maxChangeKbps>
<startBrowser>false</startBrowser>
2014-06-08 19:14:04 +02:00
<upnpEnabled>true</upnpEnabled>
2014-07-23 10:51:27 +02:00
<urAccepted>-1</urAccepted>
2014-05-18 13:20:45 +02:00
</options>
</configuration>