Fixed #28 - Removed default db connection string (works on some xampp installations)

This commit is contained in:
Lucas Bartholemy 2014-02-27 13:08:01 +01:00
parent 5155fcadbb
commit ae31205246

View File

@ -8,7 +8,7 @@ return array(
'components' => array( 'components' => array(
// Database // Database
'db' => array( 'db' => array(
'connectionString' => 'mysql:host=localhost;dbname=test', 'connectionString' => '',
'emulatePrepare' => true, 'emulatePrepare' => true,
'charset' => 'utf8', 'charset' => 'utf8',
'enableProfiling' => true, 'enableProfiling' => true,