14 Star 59 Fork 31

田野 / misone_erp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
db_config.php 269 Bytes
一键复制 编辑 原始数据 按行查看 历史
田野 提交于 2017-07-08 11:52 . 修复php短标记问题
<?php
return array(
//'DB_DEPLOY_TYPE'=>1, //启用主从数据库
//'DB_RW_SEPARATE'=>true, //读写分离
'DB_TYPE'=>'mysql',
'DB_HOST'=>'127.0.0.1',
'DB_NAME'=>'misone_erp',
'DB_USER'=>'root',
'DB_PWD'=>'',
'DB_PORT'=>'3306', //3306
'DB_PREFIX'=>'misone_',
);
?>
PHP
1
https://gitee.com/hello-rong/misone_erp.git
git@gitee.com:hello-rong/misone_erp.git
hello-rong
misone_erp
misone_erp
master

搜索帮助