Add sample config

This commit is contained in:
2019-09-29 00:10:54 +01:00
parent 8b8966a47a
commit 15e0077b41
3 changed files with 22 additions and 1 deletions

4
conf/secrets.sample.json Normal file
View File

@@ -0,0 +1,4 @@
{
"client_id": "BOX_CLIENT_ID",
"client_secret": "BOX_CLIENT_SECRET"
}

View File

@@ -0,0 +1,15 @@
{
"blacklist": [
"FolderA/aaa/bbb.jpg",
"FolderB/File*",
"*something*",
"*.pdf"
],
"thread_count": 4,
"jobs": [
{
"itemId": "0",
"localDirectory": "./test"
}
]
}