syncthing/test/f1/config.xml

33 lines
1.4 KiB
XML
Raw Normal View History

2014-06-08 19:14:04 +02:00
<configuration version="2">
<folder id="default" directory="s1" ro="true" ignorePerms="false">
<device id="I6KAH7666SLLL5PFXSOAUFJCDZYAOMLEKCP2GB3BV5RQST3PSROA"></device>
<device id="JMFJCXBGZDE4BOCJE3VF65GYZNAIVJRET3J6HMRAUQIGJOFKNHMQ"></device>
2014-06-08 19:14:04 +02:00
<versioning></versioning>
</folder>
<device id="I6KAH7666SLLL5PFXSOAUFJCDZYAOMLEKCP2GB3BV5RQST3PSROA" name="f1">
2014-06-08 19:14:04 +02:00
<address>127.0.0.1:22001</address>
</device>
<device id="JMFJCXBGZDE4BOCJE3VF65GYZNAIVJRET3J6HMRAUQIGJOFKNHMQ" name="f2">
2014-06-08 19:14:04 +02:00
<address>127.0.0.1:22002</address>
</device>
2014-06-08 19:14:04 +02:00
<gui enabled="true" tls="false">
<address>127.0.0.1:8081</address>
<apikey>abc123</apikey>
</gui>
2014-05-18 13:20:45 +02:00
<options>
<listenAddress>127.0.0.1:22001</listenAddress>
<globalAnnounceServer>announce.syncthing.net:22025</globalAnnounceServer>
<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>
2014-07-26 08:15:59 +02:00
<maxSendKbps>500</maxSendKbps>
2014-05-18 13:20:45 +02:00
<rescanIntervalS>10</rescanIntervalS>
<reconnectionIntervalS>5</reconnectionIntervalS>
<maxChangeKbps>10000</maxChangeKbps>
<startBrowser>false</startBrowser>
<upnpEnabled>false</upnpEnabled>
2014-07-23 10:51:27 +02:00
<urAccepted>-1</urAccepted>
2014-05-18 13:20:45 +02:00
</options>
</configuration>