<?php

defined('BASEPATH') OR exit('No direct script access allowed');





$active_group = 'default';

$query_builder = TRUE;



$db['default'] = array(

	'dsn'	=> '',

	'hostname' => 'localhost',

	'username' => 'root',

	'password' => '',

	'database' => 'ygg',

	'dbdriver' => 'mysqli',

	'dbprefix' => '',

	'pconnect' => TRUE,

	'db_debug' => (ENVIRONMENT !== 'production'),

	'cache_on' => TRUE,

	'cachedir' => '',

	'char_set' => 'utf8',

	'dbcollat' => 'utf8_general_ci',

	'swap_pre' => '',

	'encrypt' => FALSE,

	'compress' => TRUE,

	'stricton' => FALSE,

	'failover' => array(),

	'save_queries' => FALSE

);





$db['forum'] = $db['default'];

$db['forum']['database'] = 'ygg_xenforo';

