-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
973ff93
commit a9883c0
Showing
3 changed files
with
18 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
<?php | ||
/** | ||
* @author Semenov Alexander <support@skeeks.com> | ||
* @author Semenov Alexander <semenov@skeeks.com> | ||
* @link http://skeeks.com/ | ||
* @copyright 2010 SkeekS (СкикС) | ||
* @date 17.09.2015 | ||
* @copyright 2010 SkeekS (�����) | ||
* @date 18.09.2015 | ||
*/ | ||
return [ | ||
'class' => 'yii\db\Connection', | ||
'dsn' => 'mysql:host=localhost;dbname=skeeks', | ||
'username' => 'skeeks', | ||
'password' => 'N7j27QFsbMn4EV77', | ||
'charset' => 'utf8', | ||
'enableSchemaCache' => true, | ||
'schemaCacheDuration' => 3600, | ||
return | ||
[ | ||
'components' => [ | ||
'db' => [ | ||
'class' => 'yii\db\Connection', | ||
'dsn' => 'mysql:host=localhost;dbname=skeeks', | ||
'username' => 'skeeks', | ||
'password' => 'N7j27QFsbMn4EV77', | ||
'charset' => 'utf8', | ||
'enableSchemaCache' => true, | ||
'schemaCacheDuration' => 3600, | ||
] | ||
] | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,6 @@ | |
$config = [ | ||
'components' => | ||
[ | ||
'db' => require __DIR__ . '/db.php', | ||
|
||
'urlManager' => [ | ||
'rules' => [ | ||
[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters