-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
22 lines (22 loc) · 888 Bytes
/
config.xml
File metadata and controls
22 lines (22 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<configuration version="26">
<gui enabled="true" tls="false" debugging="false">
<address>0.0.0.0:8384</address>
<apikey>ksync</apikey>
<theme>default</theme>
</gui>
<options>
<globalAnnounceEnabled>false</globalAnnounceEnabled>
<localAnnounceEnabled>false</localAnnounceEnabled>
<reconnectionIntervalS>1</reconnectionIntervalS>
<relaysEnabled>false</relaysEnabled>
<startBrowser>false</startBrowser>
<natEnabled>false</natEnabled>
<urAccepted>-1</urAccepted>
<urPostInsecurely>false</urPostInsecurely>
<urInitialDelayS>1800</urInitialDelayS>
<restartOnWakeup>true</restartOnWakeup>
<autoUpgradeIntervalH>0</autoUpgradeIntervalH>
<stunKeepaliveSeconds>0</stunKeepaliveSeconds>
<defaultFolderPath></defaultFolderPath>
</options>
</configuration>