1 Star 0 Fork 13

haohailuo / jiumozhi

forked from ketle / jiumozhi 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.php 390 Bytes
一键复制 编辑 原始数据 按行查看 历史
ketle 提交于 2016-08-21 22:27 . 入库
<?php
return [
'insertType' => 1,//1:点击'开始'后 判断数据库是否有该条数据,新增才插入; 2:先删除该site所有数据,全新插入;
'db' => [
'database_type' => 'mysql',
'database_name' => 'jiumozhi',
'server' => '127.0.0.1',
'port' => '3306',
'username' => 'root',
'password' => 'root',
'charset' => 'utf8'
]
];
PHP
1
https://gitee.com/laurence/jiumozhi.git
git@gitee.com:laurence/jiumozhi.git
laurence
jiumozhi
jiumozhi
master

搜索帮助