归档
This commit is contained in:
13
config.php
Normal file
13
config.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
//全局配置文件
|
||||
/**
|
||||
* 数据库配置
|
||||
*/
|
||||
$dbconfig=array(
|
||||
'host' => 'localhost', //数据库服务器
|
||||
'port' => 3306, //数据库端口
|
||||
'user' => 'openid', //数据库用户名
|
||||
'pwd' => 'LywXMiYFXnXerieE', //数据库密码
|
||||
'dbname' => 'openid', //数据库名
|
||||
'dbqz' => 'oid' //数据表前缀
|
||||
);
|
||||
Reference in New Issue
Block a user