db.php.dist 210 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 <?php return array( 'connectionString' => 'mysql:host=localhost;dbname=autolifeNew', 'emulatePrepare' => true, 'username' => 'u_autolifer', 'password' => 'SiK3F4qC', 'charset' => 'utf8', );