mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-06 05:17:49 +00:00
26 lines
701 B
XML
26 lines
701 B
XML
<configuration version="10">
|
|
<folder id="f1" path="testdata/">
|
|
</folder>
|
|
<folder id="f2" path="testdata/">
|
|
<order>random</order>
|
|
</folder>
|
|
<folder id="f3" path="testdata/">
|
|
<order>alphabetic</order>
|
|
</folder>
|
|
<folder id="f4" path="testdata/">
|
|
<order>whatever</order>
|
|
</folder>
|
|
<folder id="f5" path="testdata/">
|
|
<order>smallestFirst</order>
|
|
</folder>
|
|
<folder id="f6" path="testdata/">
|
|
<order>largestFirst</order>
|
|
</folder>
|
|
<folder id="f7" path="testdata/">
|
|
<order>oldestFirst</order>
|
|
</folder>
|
|
<folder id="f8" path="testdata/">
|
|
<order>newestFirst</order>
|
|
</folder>
|
|
</configuration>
|