mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 15:20:56 +00:00
8f3effed32
New node ID:s contain four Luhn check digits and are grouped differently. Code uses NodeID type instead of string, so it's formatted homogenously everywhere.
50 lines
2.2 KiB
XML
50 lines
2.2 KiB
XML
<configuration version="2">
|
|
<repository id="default" directory="s2" ro="false" ignorePerms="false">
|
|
<node id="I6KAH7666SLLL5PFXSOAUFJCDZYAOMLEKCP2GB3BV5RQST3PSROA"></node>
|
|
<node id="JMFJCXBGZDE4BOCJE3VF65GYZNAIVJRET3J6HMRAUQIGJOFKNHMQ"></node>
|
|
<node id="373HSRPQLPNLIJYKZVQFP4PKZ6R2ZE6K3YD442UJHBGBQGWWXAHA"></node>
|
|
<versioning></versioning>
|
|
<syncorder></syncorder>
|
|
</repository>
|
|
<repository id="s12" directory="s12-2" ro="false" ignorePerms="false">
|
|
<node id="I6KAH7666SLLL5PFXSOAUFJCDZYAOMLEKCP2GB3BV5RQST3PSROA"></node>
|
|
<node id="JMFJCXBGZDE4BOCJE3VF65GYZNAIVJRET3J6HMRAUQIGJOFKNHMQ"></node>
|
|
<versioning></versioning>
|
|
<syncorder></syncorder>
|
|
</repository>
|
|
<repository id="s23" directory="s23-2" ro="false" ignorePerms="false">
|
|
<node id="JMFJCXBGZDE4BOCJE3VF65GYZNAIVJRET3J6HMRAUQIGJOFKNHMQ"></node>
|
|
<node id="373HSRPQLPNLIJYKZVQFP4PKZ6R2ZE6K3YD442UJHBGBQGWWXAHA"></node>
|
|
<versioning></versioning>
|
|
<syncorder></syncorder>
|
|
</repository>
|
|
<node id="I6KAH7666SLLL5PFXSOAUFJCDZYAOMLEKCP2GB3BV5RQST3PSROA" name="s1">
|
|
<address>127.0.0.1:22001</address>
|
|
</node>
|
|
<node id="JMFJCXBGZDE4BOCJE3VF65GYZNAIVJRET3J6HMRAUQIGJOFKNHMQ" name="s2">
|
|
<address>127.0.0.1:22002</address>
|
|
</node>
|
|
<node id="373HSRPQLPNLIJYKZVQFP4PKZ6R2ZE6K3YD442UJHBGBQGWWXAHA" name="s3">
|
|
<address>127.0.0.1:22003</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:22025</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>
|