<?php

return array(
	'mysql' => array(
		'dsn' => 'mysql:host=127.0.0.1;dbname=yiitest',
		'username' => 'root',
		'password' => '',
	),
);