<?php
$config['hostname'] = '101.200.165.56';
$config['database'] = 'zhct';
$config['username'] = 'wwwweb';
$config['password'] = 'Cpt2018@)!(';
$config['debug'] = true;
$config['ai_zhct'] = [
    'hostname' => '101.200.165.56',
    'database' => 'ai_zhct',
    'prefix' => 'yoshop_',
    'username' => 'wwwweb',
    'password' => 'Cpt2018@)!('
];
return $config;