Skip to content

Commit

Permalink
SkeekS CMS 5.0.0-alpha4
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Nov 18, 2017
1 parent 54bc52b commit d482d6e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions common/config/db.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@
'components' => [
'db' => [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=localhost;dbname=app-basic',
/*'dsn' => 'mysql:host=localhost;dbname=app-basic_2',
'username' => 'app-basic',
'password' => 'hDZwcmEYc64vBtEB',
'password' => 'hDZwcmEYc64vBtEB',*/
'dsn' => 'pgsql:host=localhost;dbname=test',
'username' => 'test',
'password' => 'gk-wIJI4OMIYqOJ4EfW1jD1Yj',
'charset' => 'utf8',
'enableSchemaCache' => true,
'schemaCacheDuration' => 3600,
Expand Down

0 comments on commit d482d6e

Please sign in to comment.