This commit is contained in:
2025-03-27 15:41:11 +08:00
parent 9dd944e609
commit 8f8042771f
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ if (!function_exists('auto_choose_app_conf')) {
$sys_env = 'PROD';
}
//测试
else if(in_array($domain, ['fastresponsefirm.excn.vip','xxx.com'])) {
else if(in_array($domain, ['fastresponsefirm.excn.vip','fastresponse.excn.vip'])) {
$debug = false;
$trace = false;
$sys_env = 'DEV';

View File

@@ -29,7 +29,7 @@ if (!function_exists('auto_choose_db_conf')) {
}
//测试 socket请求这里$domain=null【上线正式环境之后把null移动到正式环境配置】
else if(in_array($domain, ['fastresponsefirm.excn.vip'])) {
else if(in_array($domain, ['fastresponsefirm.excn.vip','fastresponse.excn.vip'])) {
$hostname = 'fastresponse_baota.excn.vip';
$database = 'fast_response';
$username = 'fast_response';