This commit is contained in:
2025-03-27 14:51:36 +08:00
parent f43ad61f57
commit b2f682ebd8
4 changed files with 6 additions and 6 deletions

View File

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