database.php 689 字节
<?php
/**
 * 配置文件
 */

return [
    // 数据库类型
    'type'     => 'mysql',
    // 服务器地址
    'hostname' => 'rm-m5eblhc9o3515i25neo.mysql.rds.aliyuncs.com',
//    'hostname' => '39.107.114.243',
    // 数据库名
    'database' => 'fire',
//    'database' => 'xiaofang',
    // 用户名
    'username' => 'db136s1ehvo1yn73',
//    'username' => 'root',
    // 密码
    'password' => 'cxz307311SJK',
//    'password' => 'jinglong743558',
    // 端口
    'hostport' => '3306',
    // 数据库编码默认采用utf8
    'charset'  => 'utf8mb4',
    // 数据库表前缀
    'prefix'   => 'xf_',
    "authcode" => 'qOgAMfhFD6gKiufIfG',
    //#COOKIE_PREFIX#
];