Add sample config
This commit is contained in:
15
conf/sync_settings.sample.json
Normal file
15
conf/sync_settings.sample.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"blacklist": [
|
||||
"FolderA/aaa/bbb.jpg",
|
||||
"FolderB/File*",
|
||||
"*something*",
|
||||
"*.pdf"
|
||||
],
|
||||
"thread_count": 4,
|
||||
"jobs": [
|
||||
{
|
||||
"itemId": "0",
|
||||
"localDirectory": "./test"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user