<?php

// Use this file as main-local.php to override settings only on your local machine

return array(
	'params' => array(
		'env' => 'production',
		'version' => 'v1.4.6-b1',
	),
	'components' => array(
		// MySQL
		'db' => array(
			'tablePrefix' => 'hsg_',
			'connectionString' => 'mysql:host=localhost;dbname=flexi_qc',
			'emulatePrepare' => true,
			'username' => 'flexi_test',
			'password' => 'flex1t3sT',
			'charset' => 'utf8',
		),
		'email' => array(
			'config' => include 'email-local.php',
		),
		'offline' => array(
			'enable' => false,
		),
//		uncomment following line to trace the code
//		'log' => array(
//			'routes' => array(
//				array(
//					'class' => 'CWebLogRoute',
//					'levels' => 'trace',
//					'enabled' => true,
//				),
//			),
//		),
	)
);
