Config File Options
$config['datagrab_custom_headers'] = [
6 => [
'Content-Type: application/json',
'Authorization: Bearer YOUR_ACCESS_TOKEN'
]
];$config['datagrab_verify_peer'] = 'n';$config['datagrab_rotate_log'] = 'y';Last updated