diff --git a/common/config/main-local.php b/common/config/main-local.php deleted file mode 100644 index 854434a..0000000 --- a/common/config/main-local.php +++ /dev/null @@ -1,25 +0,0 @@ - [ - 'db' => [ - 'class' => 'yii\db\Connection', - 'dsn' => 'pgsql:host=localhost;port=5432;dbname=artbox_test', - 'username' => 'postgres', - 'password' => '', - 'schemaMap' => [ - 'pgsql'=> [ - 'class'=>'yii\db\pgsql\Schema', - 'defaultSchema' => 'public' - ] - ], - ], - 'mailer' => [ - 'class' => 'yii\swiftmailer\Mailer', - 'viewPath' => '@common/mail', - // send all mails to a file by default. You have to set - // 'useFileTransport' to false and configure a transport - // for the mailer to send real emails. - 'useFileTransport' => true, - ], - ], -]; -- libgit2 0.21.4