syncthing/lib/config/testdata/versioningconfig.xml

9 lines
318 B
XML
Raw Normal View History

<configuration version="22">
<folder id="test" path="testdata" type="readonly" ignorePerms="false" rescanIntervalS="600" autoNormalize="true">
2014-09-06 14:54:49 +02:00
<versioning type="simple">
<param key="foo" val="bar"/>
<param key="baz" val="quux"/>
</versioning>
</folder>
2014-09-06 14:54:49 +02:00
</configuration>