|
@@ -54,9 +54,9 @@ abstract class config {
|
|
|
* 初始化内网paydb的设置
|
|
|
*/
|
|
|
private function _InitIntranetPaydb() {
|
|
|
- $this->paydb->host = '192.168.10.86';
|
|
|
+ $this->paydb->host = '192.168.10.16';
|
|
|
$this->paydb->port = '3306';
|
|
|
- $this->paydb->name = 'dhdpay';
|
|
|
+ $this->paydb->name = 'ylsj2019_pay';
|
|
|
$this->paydb->user = 'gwang';
|
|
|
$this->paydb->password = 'wanggang1985';
|
|
|
// Ps. 可以设置从库, 主从架构, 主库写入, 从库查询
|
|
@@ -87,7 +87,7 @@ abstract class config {
|
|
|
$this->_InitOuterNetNosql();
|
|
|
} else { # 内网
|
|
|
$this->nosql->host = '192.168.10.16'; # host/ip
|
|
|
- $this->nosql->port = 6002; # 端口
|
|
|
+ $this->nosql->port = 6004; # 端口
|
|
|
$this->nosql->pwd = 'wanggang1985'; # 密钥
|
|
|
// // 本机测试
|
|
|
// $this->nosql->host = '192.168.10.54'; # host/ip
|