first commit
This commit is contained in:
12
config_example.json
Normal file
12
config_example.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"api_url": "https://api.parentzone.me",
|
||||
"list_endpoint": "/v1/media/list",
|
||||
"download_endpoint": "/v1/media",
|
||||
"output_dir": "./downloaded_images",
|
||||
"max_concurrent": 5,
|
||||
"timeout": 30,
|
||||
"track_assets": true,
|
||||
"api_key": "b23326a9-bcbf-4bad-b026-9c79dad6a654",
|
||||
"email": "your_email@example.com",
|
||||
"password": "your_password_here"
|
||||
}
|
||||
Reference in New Issue
Block a user