mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 15:20:56 +00:00
35 lines
1.5 KiB
XML
35 lines
1.5 KiB
XML
<configuration version="2">
|
|
<repository id="default" directory="s2" ro="false" ignorePerms="false">
|
|
<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>
|
|
</repository>
|
|
<node id="I6KAH76-66SLLLB-5PFXSOA-UFJCDZC-YAOMLEK-CP2GB32-BV5RQST-3PSROAU" name="f1">
|
|
<address>127.0.0.1:22001</address>
|
|
</node>
|
|
<node id="JMFJCXB-GZDE4BN-OCJE3VF-65GYZNU-AIVJRET-3J6HMRQ-AUQIGJO-FKNHMQU" name="f2">
|
|
<address>127.0.0.1:22002</address>
|
|
</node>
|
|
<gui enabled="true" tls="false">
|
|
<address>127.0.0.1:8082</address>
|
|
<apikey>abc123</apikey>
|
|
</gui>
|
|
<options>
|
|
<listenAddress>127.0.0.1:22002</listenAddress>
|
|
<globalAnnounceServer>announce.syncthing.net:22026</globalAnnounceServer>
|
|
<globalAnnounceEnabled>false</globalAnnounceEnabled>
|
|
<localAnnounceEnabled>true</localAnnounceEnabled>
|
|
<localAnnouncePort>21025</localAnnouncePort>
|
|
<parallelRequests>16</parallelRequests>
|
|
<maxSendKbps>0</maxSendKbps>
|
|
<rescanIntervalS>15</rescanIntervalS>
|
|
<reconnectionIntervalS>5</reconnectionIntervalS>
|
|
<maxChangeKbps>10000</maxChangeKbps>
|
|
<startBrowser>false</startBrowser>
|
|
<upnpEnabled>true</upnpEnabled>
|
|
<urAccepted>-1</urAccepted>
|
|
</options>
|
|
</configuration>
|