Commit a38b5975d595fb109e6187ca57b94b801643d8c4
1 parent
f6a2a0d5
test
Showing
1 changed file
with
0 additions
and
25 deletions
Show diff stats
common/config/main-local.php deleted
| 1 | -<?php | ||
| 2 | -return [ | ||
| 3 | - 'components' => [ | ||
| 4 | - 'db' => [ | ||
| 5 | - 'class' => 'yii\db\Connection', | ||
| 6 | - 'dsn' => 'pgsql:host=127.0.0.1;port=5432;dbname=mfp_local', | ||
| 7 | - 'username' => 'postges', | ||
| 8 | - 'password' => '', | ||
| 9 | - 'schemaMap' => [ | ||
| 10 | - 'pgsql'=> [ | ||
| 11 | - 'class'=>'yii\db\pgsql\Schema', | ||
| 12 | - 'defaultSchema' => 'public' | ||
| 13 | - ] | ||
| 14 | - ], | ||
| 15 | - ], | ||
| 16 | - 'mailer' => [ | ||
| 17 | - 'class' => 'yii\swiftmailer\Mailer', | ||
| 18 | - 'viewPath' => '@common/mail', | ||
| 19 | - // send all mails to a file by default. You have to set | ||
| 20 | - // 'useFileTransport' to false and configure a transport | ||
| 21 | - // for the mailer to send real emails. | ||
| 22 | - 'useFileTransport' => true, | ||
| 23 | - ], | ||
| 24 | - ], | ||
| 25 | -]; |