提交 ea6b8767 编写于 作者: D devil_gong

删除配置文件

上级 4f1d26bc
<?php
/**
* 数据库配置信息-自动安装生成
* @author Devil
* @blog http://gong.gg/
* @version 0.0.1
* @datetime 2016-12-01T21:51:08+0800
*/
return array(
// 数据库配置信息
'DB_TYPE' => 'mysql', // 数据库类型
'DB_HOST' => '127.0.0.1', // 服务器地址
'DB_NAME' => 'shopxo', // 数据库名
'DB_USER' => 'root', // 用户名
'DB_PWD' => 'root', // 密码
'DB_PORT' => 3306, // 端口
'DB_PARAMS' => array(), // 数据库连接参数
'DB_PREFIX' => 's_', // 数据库表前缀
'DB_CHARSET'=> 'utf8mb4', // 字符集
'DB_DEBUG' => false, // 数据库调试模式 开启后可以记录SQL日志
);
?>
\ No newline at end of file
<?php
/**
* 数据库配置信息-自动安装生成
* @author Devil
* @blog http://gong.gg/
* @version 0.0.1
* @datetime 2016-12-01T21:51:08+0800
*/
return array(
// 数据库配置信息
'DB_TYPE' => 'mysql', // 数据库类型
'DB_HOST' => '127.0.0.1', // 服务器地址
'DB_NAME' => 'shopxo', // 数据库名
'DB_USER' => 'root', // 用户名
'DB_PWD' => 'root', // 密码
'DB_PORT' => 3306, // 端口
'DB_PARAMS' => array(), // 数据库连接参数
'DB_PREFIX' => 's_', // 数据库表前缀
'DB_CHARSET'=> 'utf8mb4', // 字符集
'DB_DEBUG' => false, // 数据库调试模式 开启后可以记录SQL日志
);
?>
\ No newline at end of file
<?php
/**
* 数据库配置信息-自动安装生成
* @author Devil
* @blog http://gong.gg/
* @version 0.0.1
* @datetime 2016-12-01T21:51:08+0800
*/
return array(
// 数据库配置信息
'DB_TYPE' => 'mysql', // 数据库类型
'DB_HOST' => '127.0.0.1', // 服务器地址
'DB_NAME' => 'demo_shopxo', // 数据库名
'DB_USER' => 'demo_shopxo', // 用户名
'DB_PWD' => 'XMSHriXTyHjTJa4f', // 密码
'DB_PORT' => 3306, // 端口
'DB_PARAMS' => array(), // 数据库连接参数
'DB_PREFIX' => 's_', // 数据库表前缀
'DB_CHARSET'=> 'utf8mb4', // 字符集
'DB_DEBUG' => false, // 数据库调试模式 开启后可以记录SQL日志
);
?>
\ No newline at end of file
<?php
/**
* 数据库配置信息-自动安装生成
* @author Devil
* @blog http://gong.gg/
* @version 0.0.1
* @datetime 2016-12-01T21:51:08+0800
*/
return array(
// 数据库配置信息
'DB_TYPE' => 'mysql', // 数据库类型
'DB_HOST' => '127.0.0.1', // 服务器地址
'DB_NAME' => 'shopxo', // 数据库名
'DB_USER' => 'root', // 用户名
'DB_PWD' => 'root', // 密码
'DB_PORT' => 3306, // 端口
'DB_PARAMS' => array(), // 数据库连接参数
'DB_PREFIX' => 's_', // 数据库表前缀
'DB_CHARSET'=> 'utf8mb4', // 字符集
'DB_DEBUG' => false, // 数据库调试模式 开启后可以记录SQL日志
);
?>
\ No newline at end of file
......@@ -39,10 +39,10 @@ if(is_dir("./Install") && !file_exists("./Install/install.lock"))
}
// 开启调试模式 建议开发阶段开启 部署阶段注释或者设为false
define('APP_DEBUG', true);
define('APP_DEBUG', false);
// 分之模式,master,develop,test,debug
define('APP_STATUS', 'develop');
define('APP_STATUS', 'master');
/* 定义系统目录分隔符 */
//define('DS', DIRECTORY_SEPARATOR);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册