Add sample config
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -115,4 +115,6 @@ dmypy.json
|
|||||||
# Pyre type checker
|
# Pyre type checker
|
||||||
.pyre/
|
.pyre/
|
||||||
|
|
||||||
conf/
|
conf/secrets.json
|
||||||
|
conf/sync_settings.json
|
||||||
|
conf/token.json
|
||||||
|
|||||||
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