Commit 72084890f94d095c490b85e8ebad8a2cce8b984b

Authored by Yarik
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,7 +3,7 @@ return [
3 'components' => [ 3 'components' => [
4 'db' => [ 4 'db' => [
5 'class' => 'yii\db\Connection', 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 'username' => 'postgres', 7 'username' => 'postgres',
8 'password' => '', 8 'password' => '',
9 'schemaMap' => [ 9 'schemaMap' => [