mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 07:11:08 +00:00
9 lines
259 B
XML
9 lines
259 B
XML
|
<configuration version="2">
|
||
|
<repository id="test" directory="~/Sync" ro="true">
|
||
|
<versioning type="simple">
|
||
|
<param key="foo" val="bar"/>
|
||
|
<param key="baz" val="quux"/>
|
||
|
</versioning>
|
||
|
</repository>
|
||
|
</configuration>
|