syncthing/lib/config/testdata/overridenvalues.xml

50 lines
2.4 KiB
XML
Raw Normal View History

<configuration version="31">
2014-09-06 14:54:49 +02:00
<options>
<listenAddress>tcp://:23000</listenAddress>
2014-09-06 14:54:49 +02:00
<allowDelete>false</allowDelete>
2015-08-09 11:46:28 +02:00
<globalAnnounceServer>udp4://syncthing.nym.se:22026</globalAnnounceServer>
2014-09-06 14:54:49 +02:00
<globalAnnounceEnabled>false</globalAnnounceEnabled>
<localAnnounceEnabled>false</localAnnounceEnabled>
<localAnnouncePort>42123</localAnnouncePort>
<localAnnounceMCAddr>quux:3232</localAnnounceMCAddr>
<parallelRequests>32</parallelRequests>
<maxSendKbps>1234</maxSendKbps>
<maxRecvKbps>2341</maxRecvKbps>
2014-09-06 14:54:49 +02:00
<reconnectionIntervalS>6000</reconnectionIntervalS>
2015-07-24 21:07:26 +02:00
<relaysEnabled>false</relaysEnabled>
2015-06-28 22:09:03 +02:00
<relayReconnectIntervalM>20</relayReconnectIntervalM>
<relayWithoutGlobalAnn>true</relayWithoutGlobalAnn>
2014-09-06 14:54:49 +02:00
<startBrowser>false</startBrowser>
<natEnabled>false</natEnabled>
<natLeaseMinutes>90</natLeaseMinutes>
<natRenewalMinutes>15</natRenewalMinutes>
<natTimeoutSeconds>15</natTimeoutSeconds>
<restartOnWakeup>false</restartOnWakeup>
<autoUpgradeIntervalH>24</autoUpgradeIntervalH>
2014-10-04 00:15:54 +02:00
<keepTemporariesH>48</keepTemporariesH>
<cacheIgnoredFiles>true</cacheIgnoredFiles>
<progressUpdateIntervalS>10</progressUpdateIntervalS>
2014-12-01 11:26:54 +01:00
<symlinksEnabled>false</symlinksEnabled>
<limitBandwidthInLan>true</limitBandwidthInLan>
<databaseBlockCacheMiB>42</databaseBlockCacheMiB>
<minHomeDiskFree unit="%">5.2</minHomeDiskFree>
<urURL>https://localhost/newdata</urURL>
<urSeen>8</urSeen>
<urAccepted>4</urAccepted>
<urInitialDelayS>800</urInitialDelayS>
<urPostInsecurely>true</urPostInsecurely>
2015-09-10 14:16:44 +02:00
<releasesURL>https://localhost/releases</releasesURL>
<overwriteRemoteDeviceNamesOnConnect>true</overwriteRemoteDeviceNamesOnConnect>
<tempIndexMinBlocks>100</tempIndexMinBlocks>
<defaultFolderPath>/media/syncthing</defaultFolderPath>
<setLowPriority>false</setLowPriority>
<crashReportingURL>https://localhost/newcrash</crashReportingURL>
<crashReportingEnabled>false</crashReportingEnabled>
<stunKeepaliveStartS>9000</stunKeepaliveStartS>
<stunKeepaliveMinS>900</stunKeepaliveMinS>
<stunServer>foo</stunServer>
<unackedNotificationID>asdfasdf</unackedNotificationID>
<announceLANAddresses>false</announceLANAddresses>
2014-09-06 14:54:49 +02:00
</options>
</configuration>