<?php
$config['db']['host'] = 'localhost';
$config['db']['port'] = '3306';
$config['db']['username'] = 'xxxxx';
$config['db']['password'] = 'xxxxxx';
$config['db']['dbname'] = 'forumasus_xen_new';
//$config['debug'] = true;
$config['superAdmins'] = '1,18971';
//$config['enableListeners'] = false;