This commit is contained in:
2025-03-17 13:31:10 +08:00
parent 22a1768282
commit 550ea93e0b
4 changed files with 22 additions and 24 deletions

View File

@@ -29,9 +29,9 @@ if (!function_exists('auto_choose_db_conf')) {
}
//测试 socket请求这里$domain=null【上线正式环境之后把null移动到正式环境配置】
else if(in_array($domain, ['ybx_prediagnosis_admin.excn.top','sdsd.zcc10.com'])) {
else if(in_array($domain, ['aaaaa.excn.top','sdsd.zcc10.com'])) {
$hostname = '8.130.29.83';
$database = 'digital_doctor';
$database = 'fast_response';
$username = 'wanghua';
$password = '1m2s3456';
$hostport = '3308';
@@ -40,7 +40,7 @@ if (!function_exists('auto_choose_db_conf')) {
//本地
else{
$hostname = '127.0.0.1';
$database = 'digital_doctor';
$database = 'fast_response';
$username = 'root';
$password = 'root';//root or 123456
$hostport = '3306';