From aa7be30178651908ced985fd6d96de2e9099455d Mon Sep 17 00:00:00 2001 From: andryeyev Date: Thu, 17 Dec 2015 09:58:55 +0200 Subject: [PATCH] - main-local.php --- common/config/main-local.php | 25 ------------------------- 1 file changed, 0 insertions(+), 25 deletions(-) delete mode 100644 common/config/main-local.php 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