mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
Integration test, API key
This commit is contained in:
parent
a1533696a5
commit
456d9e870d
@ -1,27 +1,32 @@
|
|||||||
<configuration version="1">
|
<configuration version="2">
|
||||||
<repository directory="s1" ro="true">
|
<repository id="default" directory="s1" ro="true" ignorePerms="false">
|
||||||
<node id="I6KAH7666SLLL5PFXSOAUFJCDZYAOMLEKCP2GB3BV5RQST3PSROA" name="f1">
|
<node id="I6KAH7666SLLL5PFXSOAUFJCDZYAOMLEKCP2GB3BV5RQST3PSROA"></node>
|
||||||
<address>127.0.0.1:22001</address>
|
<node id="JMFJCXBGZDE4BOCJE3VF65GYZNAIVJRET3J6HMRAUQIGJOFKNHMQ"></node>
|
||||||
</node>
|
<versioning></versioning>
|
||||||
<node id="JMFJCXBGZDE4BOCJE3VF65GYZNAIVJRET3J6HMRAUQIGJOFKNHMQ" name="f2">
|
<syncorder></syncorder>
|
||||||
<address>127.0.0.1:22002</address>
|
|
||||||
</node>
|
|
||||||
</repository>
|
</repository>
|
||||||
|
<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>
|
||||||
|
<gui enabled="true" tls="false">
|
||||||
|
<address>127.0.0.1:8081</address>
|
||||||
|
<apikey>abc123</apikey>
|
||||||
|
</gui>
|
||||||
<options>
|
<options>
|
||||||
<listenAddress>127.0.0.1:22001</listenAddress>
|
<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>
|
<globalAnnounceServer>announce.syncthing.net:22025</globalAnnounceServer>
|
||||||
<globalAnnounceEnabled>false</globalAnnounceEnabled>
|
<globalAnnounceEnabled>false</globalAnnounceEnabled>
|
||||||
<localAnnounceEnabled>true</localAnnounceEnabled>
|
<localAnnounceEnabled>true</localAnnounceEnabled>
|
||||||
|
<localAnnouncePort>21025</localAnnouncePort>
|
||||||
<parallelRequests>16</parallelRequests>
|
<parallelRequests>16</parallelRequests>
|
||||||
<maxSendKbps>0</maxSendKbps>
|
<maxSendKbps>0</maxSendKbps>
|
||||||
<rescanIntervalS>10</rescanIntervalS>
|
<rescanIntervalS>10</rescanIntervalS>
|
||||||
<reconnectionIntervalS>5</reconnectionIntervalS>
|
<reconnectionIntervalS>5</reconnectionIntervalS>
|
||||||
<maxChangeKbps>10000</maxChangeKbps>
|
<maxChangeKbps>10000</maxChangeKbps>
|
||||||
<startBrowser>false</startBrowser>
|
<startBrowser>false</startBrowser>
|
||||||
|
<upnpEnabled>true</upnpEnabled>
|
||||||
</options>
|
</options>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
@ -1,27 +1,32 @@
|
|||||||
<configuration version="1">
|
<configuration version="2">
|
||||||
<repository directory="s2">
|
<repository id="default" directory="s2" ro="false" ignorePerms="false">
|
||||||
<node id="I6KAH7666SLLL5PFXSOAUFJCDZYAOMLEKCP2GB3BV5RQST3PSROA" name="f1">
|
<node id="I6KAH7666SLLL5PFXSOAUFJCDZYAOMLEKCP2GB3BV5RQST3PSROA"></node>
|
||||||
<address>127.0.0.1:22001</address>
|
<node id="JMFJCXBGZDE4BOCJE3VF65GYZNAIVJRET3J6HMRAUQIGJOFKNHMQ"></node>
|
||||||
</node>
|
<versioning></versioning>
|
||||||
<node id="JMFJCXBGZDE4BOCJE3VF65GYZNAIVJRET3J6HMRAUQIGJOFKNHMQ" name="f2">
|
<syncorder></syncorder>
|
||||||
<address>127.0.0.1:22002</address>
|
|
||||||
</node>
|
|
||||||
</repository>
|
</repository>
|
||||||
|
<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>
|
||||||
|
<gui enabled="true" tls="false">
|
||||||
|
<address>127.0.0.1:8082</address>
|
||||||
|
<apikey>abc123</apikey>
|
||||||
|
</gui>
|
||||||
<options>
|
<options>
|
||||||
<listenAddress>127.0.0.1:22002</listenAddress>
|
<listenAddress>127.0.0.1:22002</listenAddress>
|
||||||
<readOnly>false</readOnly>
|
|
||||||
<allowDelete>true</allowDelete>
|
|
||||||
<followSymlinks>true</followSymlinks>
|
|
||||||
<guiEnabled>true</guiEnabled>
|
|
||||||
<guiAddress>127.0.0.1:8082</guiAddress>
|
|
||||||
<globalAnnounceServer>announce.syncthing.net:22025</globalAnnounceServer>
|
<globalAnnounceServer>announce.syncthing.net:22025</globalAnnounceServer>
|
||||||
<globalAnnounceEnabled>false</globalAnnounceEnabled>
|
<globalAnnounceEnabled>false</globalAnnounceEnabled>
|
||||||
<localAnnounceEnabled>true</localAnnounceEnabled>
|
<localAnnounceEnabled>true</localAnnounceEnabled>
|
||||||
|
<localAnnouncePort>21025</localAnnouncePort>
|
||||||
<parallelRequests>16</parallelRequests>
|
<parallelRequests>16</parallelRequests>
|
||||||
<maxSendKbps>0</maxSendKbps>
|
<maxSendKbps>0</maxSendKbps>
|
||||||
<rescanIntervalS>15</rescanIntervalS>
|
<rescanIntervalS>15</rescanIntervalS>
|
||||||
<reconnectionIntervalS>5</reconnectionIntervalS>
|
<reconnectionIntervalS>5</reconnectionIntervalS>
|
||||||
<maxChangeKbps>10000</maxChangeKbps>
|
<maxChangeKbps>10000</maxChangeKbps>
|
||||||
<startBrowser>false</startBrowser>
|
<startBrowser>false</startBrowser>
|
||||||
|
<upnpEnabled>true</upnpEnabled>
|
||||||
</options>
|
</options>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
</node>
|
</node>
|
||||||
<gui enabled="true">
|
<gui enabled="true">
|
||||||
<address>127.0.0.1:8084</address>
|
<address>127.0.0.1:8084</address>
|
||||||
|
<apikey>abc123</apikey>
|
||||||
</gui>
|
</gui>
|
||||||
<options>
|
<options>
|
||||||
<listenAddress>:22004</listenAddress>
|
<listenAddress>:22004</listenAddress>
|
||||||
|
Loading…
Reference in New Issue
Block a user