1 Star 0 Fork 7

cnbillow / assembly line system

forked from Yc Chan / assembly line system 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.php 394 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
koodo 提交于 2014-10-07 11:48 . No commit message
<?php
$config = new stdClass();
$config->db = array(
//'host' => '112.124.44.172',
'host' => '127.0.0.1',
'db' => 'factory',
'user' => 'fac_devonly',
'pass' => '123'
);
define('WEIMIUID','SqTOhc86HEuU');
define('WEIMIKEY','z7afpr9n');
/**
* memcached
*/
$config->memcached = array(
'host' => '127.0.0.1',
'port' => 11211,
'exps' => 1
);
1
https://gitee.com/cnbillow/assembly-line-system.git
git@gitee.com:cnbillow/assembly-line-system.git
cnbillow
assembly-line-system
assembly line system
master

搜索帮助

14c37bed 8189591 565d56ea 8189591