<?php
//商户名称
$config['business_name'] = '智慧营养健康餐厅本地环境';
$config['business'] = 'zhct_dev';
$config['app_debug'] = true;
$config['app_trace'] = true;
$config['log'] = [
    'type' => 'FormatFile',
    'path' => '/workspace/zhct/zhctlogs/log/zhct/',
];
$config['zpSync'] = 0;
$config['baidu_face_db_group_id'] = 'zhct_dev';//百度在线人脸库用户组
//配置多域名
$config['domain_name_list'] = [
    'http://zhct.local.cn/',
    'http://127.0.0.1/',
    'http://localhost/',
    'http://zlssdev.cptshop.net.cn/',
    'https://devzlss.kxunpt.cn/',
    'http://testzlss.ctn2008.cn/',
    'https://testzlss.kxunpt.cn/',
    'https://zhctdev.kxunpt.cn/',
];
//当前版本
$config['current_version'] = '00001';
//版本上线时间表
$config['version'] = [
    '00001' => '2024-11-22 12:00:00',
];
//微信公众号
$config['domain_name'] = 'http://zhct.local.cn/';
$config['wx_appid'] = 'wx6ffcb55d7f64a1e6';//康比特智慧餐厅公众号
$config['wx_appsecret'] = 'a1b57f3f2442a3724db300f0e87901d6';//康比特智慧餐厅公众号
// 微信小程序
$config['appid'] = 'gh_8e06f59341e6';
$config['secret'] = '';
$config['wx_login_url'] = 'http://zhct.local.cn/m/login/wxlogin';
$config['wx_bind_url'] = 'http://zhct.local.cn/m/login/bindWx';
$config['wx_bind_jump'] = 'http://zhct.local.cn/phone/#/mine';
$config['wx_week_report'] = 'http://zhct.local.cn/phone/#/weekReport';
$config['wx_recharge_bind_url'] = 'http://zhct.local.cn/m/login/bindWxRecharge';
$config['menu_show'] = 1;//--实际就餐结果是实时显示
$config['recharge_lowest_money'] = 0.01;//--最低充值金额
$config['wechat_skip_virtual'] = 0;//跳过微信支付虚拟支付：1是0非
$config['qrcode_file_path'] = '/phone/img/';
$config['redis'] = [
    //ip地址
    'host' => 'r-2zekv5ns6o6j65xn6gpd.redis.rds.aliyuncs.com',
    //端口
    'port' => 6379,
    //密码
    'password' => 'zyjy:Cpt2024@)!(',
    //选择数据库
    'select' => 4,
];

$config['zgyh_department_uuid'] = 'FE8801E9-C600-F9A2-E1E1-30BDAE69487C';
return $config;
