|
@@ -30,7 +30,7 @@ class config_dev extends config {
|
|
|
protected function _InitPaydb() {
|
|
|
$this->paydb->host = '10.88.16.14';
|
|
|
$this->paydb->port = '3306';
|
|
|
- $this->paydb->name = 'jzhj2023_pay_dev';
|
|
|
+ $this->paydb->name = 'jzhj2024_pay_dev';
|
|
|
$this->paydb->user = 'ylsjMTY0LjkyLjE5NC4x';
|
|
|
$this->paydb->password = 'wanggang1985';
|
|
|
}
|
|
@@ -42,7 +42,7 @@ class config_dev extends config {
|
|
|
$this->nosql->host = "10.88.20.16"; # host/ip
|
|
|
$this->nosql->port = 6379; # 端口
|
|
|
$this->nosql->pwd = 'wanggang1985'; # 密钥
|
|
|
- $this->nosql->db = 2; # db索引
|
|
|
+ $this->nosql->db = 8; # db索引
|
|
|
}
|
|
|
|
|
|
/**
|