<?php

return [
    'base_url' => 'https://ucm6301-dev.example.invalid:8089',
    'username' => 'replace-with-api-user',
    'password' => 'replace-with-api-password',
    'verify_tls' => true,
    'connect_timeout' => 5,
    'request_timeout' => 15,
    'max_cdr_records' => 1000,
    'max_cdr_pages' => 5,
    'max_csv_bytes' => 5242880,
    'max_audio_bytes' => 268435456,
];
