审查视图

data/conf/database.php 557 字节
景龙 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' => 'xingqiu',
    // 用户名
景龙 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" => 'f5i2hnvDBzy2n3Mdn2',
    //#COOKIE_PREFIX#
];