fixed
This commit is contained in:
@@ -30,7 +30,8 @@ if (!function_exists('auto_choose_db_conf')) {
|
||||
|
||||
//测试 socket请求这里$domain=null,【上线正式环境之后把null移动到正式环境配置】
|
||||
else if(in_array($domain, ['fastrespsuperadmin.excn.vip'])) {
|
||||
$hostname = 'fastresponse_baota.excn.vip';
|
||||
$hostname = 'localhost';
|
||||
// $hostname = 'fastresponse_baota.excn.vip';
|
||||
$database = 'fast_response';
|
||||
$username = 'fast_response';
|
||||
$password = 'sKpjrTJ8PrjKWcE2';
|
||||
@@ -43,7 +44,7 @@ if (!function_exists('auto_choose_db_conf')) {
|
||||
$database = 'fast_response';
|
||||
$username = 'root';
|
||||
$password = 'root';//root or 123456
|
||||
$hostport = '3306';
|
||||
$hostport = '8889';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user