Clickhouse config.php

From Initech Technical Wiki
Jump to: navigation, search

This config file is needed by the clickhouse-cdr-import.php script. Customise it to your environment.

<?php
$clickhouse_config = [
    'host' => 'localhost',
    'port' => '8123',
    'username' => 'default',
    'password' => ''
];
?>