@@ -28,7 +28,6 @@ class config_and extends config {
* 外网paydb
*/
protected function _InitOuterNetPaydb() {
- $this->paydb->host = '10.66.108.49';
$this->paydb->host = '127.0.0.1';
$this->paydb->port = '3306';
$this->paydb->name = 'ylsj2019_pay';
@@ -127,7 +127,7 @@ class kvflush {
return CodeGen_Folder;
}
- return ROOTDIR . '/Configs/data/';
+ return ROOTDIR . '/configs/data/';
private static function writePHPFile($key, $value) {