Skip to content

Commit

Permalink
Update db.php
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Jun 8, 2016
1 parent 26d59d3 commit 02981ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions common/config/db.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
/**
* @author Semenov Alexander <semenov@skeeks.com>
* @link http://skeeks.com/
* @copyright 2010 SkeekS (�����)
* @copyright 2010 SkeekS (СкикС)
* @date 18.09.2015
*/
return
[
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=localhost;dbname=jhanway_www',
'username' => 'jhanway',
'password' => '4vhWm8ntzwVJKw57',
'dsn' => 'mysql:host=localhost;dbname=dbname',
'username' => 'username',
'password' => 'password',
'charset' => 'utf8',
'enableSchemaCache' => true,
'schemaCacheDuration' => 3600,
Expand Down

0 comments on commit 02981ab

Please sign in to comment.