You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
236 B

<?php
return [
'class' => 'yii\db\Connection',
'dsn' => env('DB_DSN'),
'username' => env('DB_USER'),
'password' => env('DB_PASS'),
'charset' => 'utf8',
'tablePrefix' => env('DB_PREFIX', 'hjmall_'),
];