mirror of
https://e.coding.net/circlecloud/MinecraftAccount.git
synced 2025-11-24 21:26:09 +00:00
13
Application/Home/Conf/config.php
Normal file
13
Application/Home/Conf/config.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
return array (
|
||||
// 添加数据库配置信息
|
||||
'DB_TYPE' => 'mysql', // 数据库类型
|
||||
'DB_HOST' => '127.0.0.1', // 服务器地址
|
||||
'DB_NAME' => 'minecraft', // 数据库名
|
||||
'DB_USER' => 'minecraft', // 用户名
|
||||
'DB_PWD' => '325325', // 密码
|
||||
'DB_PORT' => 3306, // 端口
|
||||
'DB_PREFIX' => '', // 数据库表前缀
|
||||
'DB_CHARSET' => 'utf8'
|
||||
) // 数据库字符集
|
||||
;
|
||||
Reference in New Issue
Block a user