1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/syncthing_ynh.git synced 2024-09-03 20:26:23 +02:00

Update config.xml

This commit is contained in:
yalh76 2019-04-14 03:27:33 +02:00
parent bdc544d42d
commit 034c27a24f

View file

@ -1,9 +1,14 @@
<configuration version="28">
<folder id="default" label="Default Folder" path="__SYNC_HOME__" type="sendreceive" rescanIntervalS="3600" fsWatcherEnabled="true" fsWatcherDelayS="10" ignorePerms="false" autoNormalize="true">
</folder>
<configuration>
<gui enabled="true" tls="false" debugging="false">
<address>127.0.0.1:__GUI_PORT__</address>
</gui>
<ldap></ldap>
<options></options>
<ldap>
<address>localhost:389</address>
<bindDN>uid=%s,ou=users,dc=yunohost,dc=org</bindDN>
<transport>nontls</transport>
<insecureSkipVerify>false</insecureSkipVerify>
</ldap>
<options>
<defaultFolderPath>__SYNC_HOME__</defaultFolderPath>
</options>
</configuration>