Blame view

protected/config/db.php.dist 210 Bytes
a1684257   Administrator   first commit
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',
  );