db.php.dist 210 Bytes
<?php

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