Add sample config
This commit is contained in:
4
conf/secrets.sample.json
Normal file
4
conf/secrets.sample.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"client_id": "BOX_CLIENT_ID",
|
||||
"client_secret": "BOX_CLIENT_SECRET"
|
||||
}
|
||||
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