Softswitch config.php
From Initech Technical Wiki
This config file is needed by the clickhouse-cdr-import.php script. Customise it to your environment.
<?php $curl_timeout=5; $api_host="http://10.0.0.1"; $api_username="username"; $api_password="password"; ?>