33 Star 167 Fork 84

麦兜 / 刷脸支付-pay-crm-osc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.php 455 Bytes
一键复制 编辑 原始数据 按行查看 历史
wuqing 提交于 2020-06-08 14:21 . init
<?php
if(!defined('_ROOT_')) {
exit();
}
use \think\Config;
$db = [
'host' => 'localhost',
'port' => '3306',
'name' => 'dev_tryyun',
'user' => 'dev_tryyun',
'passwd' => 'dev_tryyun',
'prefix' => 'befen_',
];
Config::set('app_debug', true);
Config::set('is_https', true);
Config::set('url_common_param', true);
Config::set('dispatch_error_tmpl', 'data/msg.htm');
Config::set('dispatch_success_tmpl', 'data/msg.htm');
PHP
1
https://gitee.com/maidoududuzai/pay-crm-osc.git
git@gitee.com:maidoududuzai/pay-crm-osc.git
maidoududuzai
pay-crm-osc
刷脸支付-pay-crm-osc
master

搜索帮助