审查视图

data/conf/database.php 560 字节
王晓刚 authored
1 2 3 4 5 6 7 8 9
<?php
/**
 * 配置文件
 */

return [
    // 数据库类型
    'type'     => 'mysql',
    // 服务器地址
王晓刚 authored
10
    'hostname' => 'rm-m5eblhc9o3515i25neo.mysql.rds.aliyuncs.com',
王晓刚 authored
11 12 13
    // 数据库名
    'database' => 'chengxiang',
    // 用户名
王晓刚 authored
14
    'username' => 'db136s1ehvo1yn73',
王晓刚 authored
15
    // 密码
王晓刚 authored
16
    'password' => 'cxz307311SJK',
王晓刚 authored
17 18 19 20 21 22 23 24 25
    // 端口
    'hostport' => '3306',
    // 数据库编码默认采用utf8
    'charset'  => 'utf8mb4',
    // 数据库表前缀
    'prefix'   => 'cmf_',
    "authcode" => 'ukE24I2TIFatts4vfR',
    //#COOKIE_PREFIX#
];