13 lines
347 B
JSON
13 lines
347 B
JSON
{
|
|
"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"
|
|
}
|