Blame view

environments/prod/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
6
7
8
9
10
    'username' => 'root',
    'password' => 'kb@2019',
    'charset' => 'utf8',
];

return $config;