Blame view

environments/dev/common/config/main-local.php 233 Bytes
cfe42223   曹明   提交初始代码
1
2
3
<?php
$config['components']['db'] = [
    'class' => 'yii\db\Connection',
b9c38308   xu   1. A OTA版本和APP版本录...
4
    'dsn' => 'mysql:host=127.0.0.1;dbname=authorization',
cfe42223   曹明   提交初始代码
5
    'username' => 'root',
b9c38308   xu   1. A OTA版本和APP版本录...
6
    'password' => 'kb@2019',
cfe42223   曹明   提交初始代码
7
8
9
10
    'charset' => 'utf8',
];

return $config;