mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
<configuration version="1">
|
|
<repository directory="s1" ro="true">
|
|
<node id="I6KAH7666SLLL5PFXSOAUFJCDZYAOMLEKCP2GB3BV5RQST3PSROA" name="f1">
|
|
<address>127.0.0.1:22001</address>
|
|
</node>
|
|
<node id="JMFJCXBGZDE4BOCJE3VF65GYZNAIVJRET3J6HMRAUQIGJOFKNHMQ" name="f2">
|
|
<address>127.0.0.1:22002</address>
|
|
</node>
|
|
</repository>
|
|
<options>
|
|
<listenAddress>127.0.0.1:22001</listenAddress>
|
|
<readOnly>true</readOnly>
|
|
<allowDelete>true</allowDelete>
|
|
<followSymlinks>true</followSymlinks>
|
|
<guiEnabled>true</guiEnabled>
|
|
<guiAddress>127.0.0.1:8081</guiAddress>
|
|
<globalAnnounceServer>announce.syncthing.net:22025</globalAnnounceServer>
|
|
<globalAnnounceEnabled>false</globalAnnounceEnabled>
|
|
<localAnnounceEnabled>true</localAnnounceEnabled>
|
|
<parallelRequests>16</parallelRequests>
|
|
<maxSendKbps>0</maxSendKbps>
|
|
<rescanIntervalS>10</rescanIntervalS>
|
|
<reconnectionIntervalS>5</reconnectionIntervalS>
|
|
<maxChangeKbps>10000</maxChangeKbps>
|
|
<startBrowser>false</startBrowser>
|
|
</options>
|
|
</configuration>
|