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';