Commit 72084890f94d095c490b85e8ebad8a2cce8b984b
1 parent
73c98b9a
Название базы данных
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
common/config/main-local.php
... | ... | @@ -3,7 +3,7 @@ return [ |
3 | 3 | 'components' => [ |
4 | 4 | 'db' => [ |
5 | 5 | 'class' => 'yii\db\Connection', |
6 | - 'dsn' => 'pgsql:host=localhost;port=5432;dbname=artbox_pg', | |
6 | + 'dsn' => 'pgsql:host=localhost;port=5432;dbname=artbox_db', | |
7 | 7 | 'username' => 'postgres', |
8 | 8 | 'password' => '', |
9 | 9 | 'schemaMap' => [ | ... | ... |