<?php
return [
    'class' => 'yii\db\Connection',
    'dsn' => 'mysql:host=127.0.0.1;dbname=repucar',
    'username' => 'root',
    'password' => 'test123456',
    'charset' => 'utf8mb4',
    'tablePrefix' => 'pa_',
];
