db.php 202 Bytes
<?php

return array(
    'connectionString' => 'mysql:host=localhost;dbname=autolifeNew',
    'emulatePrepare' => true,
    'username' => 'root',
    'password' => 'siemens',
    'charset' => 'utf8',
);