update
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user