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

Fix missing __SYNC_HOME__

This commit is contained in:
yalh76 2022-01-18 20:08:00 +01:00
parent 7ef905944a
commit a7b82873a2

View file

@ -43,7 +43,7 @@
<overwriteRemoteDeviceNamesOnConnect>true</overwriteRemoteDeviceNamesOnConnect>
<tempIndexMinBlocks>10</tempIndexMinBlocks>
<trafficClass>0</trafficClass>
<defaultFolderPath>__SYNC_HOME__</defaultFolderPath>
<defaultFolderPath>__DATADIR__</defaultFolderPath>
<setLowPriority>true</setLowPriority>
<maxConcurrentScans>0</maxConcurrentScans>
</options>