github.com/kayoticsully/syncthing@v0.8.9-0.20140724133906-c45a2fdc03f8/integration/f1/config.xml (about) 1 <configuration version="2"> 2 <repository id="default" directory="s1" ro="true" ignorePerms="false"> 3 <node id="I6KAH7666SLLL5PFXSOAUFJCDZYAOMLEKCP2GB3BV5RQST3PSROA"></node> 4 <node id="JMFJCXBGZDE4BOCJE3VF65GYZNAIVJRET3J6HMRAUQIGJOFKNHMQ"></node> 5 <versioning></versioning> 6 </repository> 7 <node id="I6KAH7666SLLL5PFXSOAUFJCDZYAOMLEKCP2GB3BV5RQST3PSROA" name="f1"> 8 <address>127.0.0.1:22001</address> 9 </node> 10 <node id="JMFJCXBGZDE4BOCJE3VF65GYZNAIVJRET3J6HMRAUQIGJOFKNHMQ" name="f2"> 11 <address>127.0.0.1:22002</address> 12 </node> 13 <gui enabled="true" tls="false"> 14 <address>127.0.0.1:8081</address> 15 <apikey>abc123</apikey> 16 </gui> 17 <options> 18 <listenAddress>127.0.0.1:22001</listenAddress> 19 <globalAnnounceServer>announce.syncthing.net:22025</globalAnnounceServer> 20 <globalAnnounceEnabled>false</globalAnnounceEnabled> 21 <localAnnounceEnabled>true</localAnnounceEnabled> 22 <localAnnouncePort>21025</localAnnouncePort> 23 <parallelRequests>16</parallelRequests> 24 <maxSendKbps>1000</maxSendKbps> 25 <rescanIntervalS>10</rescanIntervalS> 26 <reconnectionIntervalS>5</reconnectionIntervalS> 27 <maxChangeKbps>10000</maxChangeKbps> 28 <startBrowser>false</startBrowser> 29 <upnpEnabled>true</upnpEnabled> 30 <urAccepted>-1</urAccepted> 31 </options> 32 </configuration>